Ryan Hollis
|
b3fc5bc0f9
Update cell.go
|
7 years ago |
Mārtiņš
|
611de74506
Handle dates in further than time.Duration
|
7 years ago |
Ryan Hollis
|
9ce246914c
More improvements to cell formatting
|
8 years ago |
Ryan Hollis
|
07066b7ca7
Improve Cell Fromatting
|
8 years ago |
Ryan Hollis
|
dc28869106
de-dupe code
|
8 years ago |
Ryan Hollis
|
d3bb6c4101
de-dupe code
|
8 years ago |
Ryan Hollis
|
077cf45695
Fix zero case in FormattedValue()
|
8 years ago |
Ryan Hollis
|
5c5203cbfc
improve number handling
|
8 years ago |
Ryan Hollis
|
287c5011ff
Add Stream writing
|
8 years ago |
Geoffrey J. Teale
|
ea4a13d642
Merge tag 'v1.0.1'
|
8 years ago |
Geoffrey J. Teale
|
0fdea326a7
Make String() return just string, and use FormattedValue when an error is required.
|
8 years ago |
Geoffrey J. Teale
|
0692428a3e
Merge branch 'master' into master
|
8 years ago |
Geoffrey J. Teale
|
678e0fe7a5
gofmt
|
8 years ago |
Geoffrey J. Teale
|
c95af40bc1
Use am/pm to indicate 12 hour time format, not the number of 'h' chars.
|
8 years ago |
Daniel Sont
|
bb9725c7e5
adding unit test coverage for timezone stuff
|
8 years ago |
Geoffrey J. Teale
|
6b2dc5715a
Merge branch 'master' into master
|
8 years ago |
simulot
|
c3cef27bce
TimeToExcelTime is tuncating time to second
|
8 years ago |
tokyis
|
ae1551b912
Update cell.go
|
9 years ago |
tokyis
|
d5dc146f4e
Exported time functions
|
9 years ago |
Daniel Sont
|
c1f377c32f
got the TZ math working
|
9 years ago |
Daniel Sont
|
e0107c0966
using offsets instead, as it uses time.Unix in calculations, making UTC conversions pointless anyways
|
9 years ago |
Daniel Sont
|
059093e6b4
adding addition options to exporting datetime fields
|
9 years ago |
Ivan Anfilatov
|
d553e75f05
add method Cell.ToDate(date1904 bool)
|
9 years ago |
Geoffrey J. Teale
|
6e9c8e467d
Merge in EricLagergren-master branch and resolve conflicts.
|
9 years ago |
Geoffrey J. Teale
|
b23e4ffe6d
Merge pull request #232 from crvv/master
|
9 years ago |
GaoXiang
|
3a7d1a568d
make SetInt, SetInt64, SetFloat set value with CellTypeGeneral
|
9 years ago |
GaoXiang
|
afb0e7ea86
1. make WriteSlice and WriteStruct write value with builtin format to general format
|
9 years ago |
santsai
|
fe4f636b01
fix date sub second formating
|
9 years ago |
crvv
|
1cfa76d0c3
use datetime format for Cell.SetDateTime
|
9 years ago |
Eric Lagergren
|
315c2bcfce
stylistic changes
|
9 years ago |