Geoffrey J. Teale
|
e72544705d
Test for 32bit or 64bit platform and use the appropriate max value.
|
11 lat temu |
Geoffrey J. Teale
|
d1581978ed
Restore File.Sheet and File.Sheets to their respective meanings to ensure API stability.
|
11 lat temu |
Geoffrey J. Teale
|
7ecfa0d472
Merge writeable-xlsx.
|
11 lat temu |
Geoffrey J. Teale
|
50066933d4
Fix type data in relationships.
|
11 lat temu |
Geoffrey J. Teale
|
c7673e1487
Make ordering of output stable.
|
11 lat temu |
Geoffrey J. Teale
|
ec05f53ae7
Build workbook.xml.rels file, and use sheetnames instead of positional indexes
|
11 lat temu |
Geoffrey J. Teale
|
b76800f845
Handle case where there are rows with no cells.
|
11 lat temu |
Geoffrey J. Teale
|
9c009852e7
Merge branch 'master' of https://github.com/shawnps/xlsx into shawnps-master
|
11 lat temu |
Geoffrey J. Teale
|
ee232cd144
Resolve conflicts
|
11 lat temu |
Geoffrey J. Teale
|
0f709e079c
Implement the fix for a file with no sharedStrings.xml as proposed by
|
11 lat temu |
Geoffrey J. Teale
|
888ae9e58c
Address issue 32.
|
11 lat temu |
Geoffrey J. Teale
|
25123a7790
Commit current state for safety
|
11 lat temu |
Shawn Smith
|
3ee2d0195e
fix bug when parsing spreadsheets with text box
|
11 lat temu |
Geoffrey J. Teale
|
102dbdb076
Merge branch 'fix-styleindex-0-origin' of https://github.com/nazo/xlsx into nazo-fix-styleindex-0-origin
|
11 lat temu |
Geoffrey J. Teale
|
cf13d6c87d
go fmt
|
11 lat temu |
Geoffrey J. Teale
|
e4e890e676
Merge branch 'fix/xlsx-multiple-spans' of https://github.com/minimum2scp/xlsx into minimum2scp-fix/xlsx-multiple-spans
|
11 lat temu |
Geoffrey J. Teale
|
18526a4602
Test built-in numeric formats.
|
11 lat temu |
Geoffrey J. Teale
|
e73bceb44d
Return NumberFormat string from Cell.
|
11 lat temu |
Geoffrey J. Teale
|
8739828adb
Rework date.go to be legible (as far as possible) and add tests.
|
11 lat temu |
takuya sato
|
09ab4fdf79
fix GetStyle() 0-origin-start and applyXxxx ignored
|
11 lat temu |
YAMADA Tsuyoshi
|
bf59f69ef3
Fix for multiple ranges in a row
|
11 lat temu |
Geoffrey J. Teale
|
9f1865bd41
Allow for manual calculation of the dimensions of a sheet if no DimensionRef is
|
11 lat temu |
Lunny Xiao
|
9e91007bc7
add Name field for Sheet
|
11 lat temu |
Geoffrey J. Teale
|
8fc25a0e82
Turn shared string RefTable into a struct instead of straight slice.
|
11 lat temu |
Geoffrey J. Teale
|
bddb218c83
Add some docstrings.
|
11 lat temu |
Geoffrey J. Teale
|
881fcc3ee2
Add alpha cell ID to cell in output.
|
11 lat temu |
Geoffrey J. Teale
|
04306188fc
Working implementation of numericToLetters.
|
11 lat temu |
Geoffrey J. Teale
|
f06b375a2e
Split out lib.go and lib_test.go to several smaller files, this helps make things a bit more readable.
|
11 lat temu |
Geoffrey J. Teale
|
af335856af
Add AddRow method to Sheet.
|
11 lat temu |
Geoffrey J. Teale
|
5d401e01ed
Test create a File and add a Sheet to the file.
|
11 lat temu |