Geoffrey J. Teale
|
fa6af7b37b
Merge pull request #117 from tealeg/nil_formula_fix
|
10 years ago |
Shawn Milochik
|
244c4885f6
Fix for a nil formula when the raw cell type is error (e).
|
10 years ago |
Brian Smith
|
8921c11e37
Prevent workbooks with chartsheets from causing panics
|
10 years ago |
Brian Smith
|
c969d7fd0c
Prevent cells from being clobbered in worksheets without an initial column
|
10 years ago |
Brian Smith
|
4975f0af52
Merge remote-tracking branch 'tealeg/master'
|
10 years ago |
Brian Smith
|
ba6dc35b45
Expose default col width and default row height
|
10 years ago |
Shawn Milochik
|
330db4d7cc
gofmt
|
10 years ago |
Brian Smith
|
be4c70439f
Initial support for themes
|
10 years ago |
Brian Smith
|
805c7ea3c5
Add a simple shared formula test
|
10 years ago |
Brian Smith
|
5bb5ad4be4
Initial support for shared formulas
|
11 years ago |
Brian Smith
|
67dac2f125
Add basic support for reading freeze and split state out of worksheets.
|
11 years ago |
Yoshiki Shibukawa
|
662349655f
Fix for #78 : Change default behavior when reading empty cols and rows. Now it returns empty cells. And now it reads Col.Width.
|
11 years ago |
Moch.Lutfi
|
22d6022536
Revert code.
|
11 years ago |
Moch.Lutfi
|
eedcf11f5c
Merge remote-tracking branch 'origin/master' into fix-panic-issue
|
11 years ago |
Geoffrey J. Teale
|
1af9906a50
Deal with XLSX worksheets that only set the coords on *some* cells.
|
11 years ago |
Moch. Lutfi
|
fba005ef34
Fix panic problem when open file
|
11 years ago |
Yoshiki Shibukawa
|
5a5dbe9df1
Sheet.File is not assigned when creating object
|
11 years ago |
Yoshiki Shibukawa
|
8e750645ea
reduce memory usage
|
11 years ago |
Yoshiki Shibukawa
|
887bd69e65
add cell types like int, float, boolean, formula
|
11 years ago |
Geoffrey J. Teale
|
53b289a753
Stop trying to assign to a nil map. *doh*
|
11 years ago |
Herman Schaaf
|
e98585be97
Add boolean Hidden field on Sheet
|
11 years ago |
Geoffrey J. Teale
|
ffa2755661
Handle numFmts consistently.
|
11 years ago |
Geoffrey J. Teale
|
87677e0c11
Merge output-styles branch.
|
11 years ago |
Geoffrey J. Teale
|
00d7b43c2d
Rename styles to styleSheet (as per XML).
|
11 years ago |
Geoffrey J. Teale
|
3db1f27860
Include theme1.xml in workbook rels.
|
11 years ago |
Geoffrey J. Teale
|
1a95adccc5
Fix index error when no column is defined that overlaps the cell definition.
|
11 years ago |
Geoffrey J. Teale
|
989a8bf5ee
Merge branch 'output-styles'
|
11 years ago |
Geoffrey J. Teale
|
b77a8ef11d
Switch to creating style information, for every cell, as we go, instead of
|
11 years ago |
Geoffrey J. Teale
|
0982133ff0
Go back to 1 based column indexing.
|
11 years ago |
Geoffrey J. Teale
|
60ffcaa279
Use zero index for <col> min and max.
|
11 years ago |