Mathias Fredriksson
|
e24acdb245
lightGrey should actually be lightGray or gray125
|
9 years ago |
Mathias Fredriksson
|
f4231f4360
Update tests to match new border tags
|
9 years ago |
blackss2
|
ca4a24843f
update test codes
|
9 years ago |
Shawn Milochik
|
8fbad487b8
Merge pull request #118 from klniu/master
|
9 years ago |
Brian Smith
|
93baff76b5
Add test for opening workbooks containing chartsheets
|
9 years ago |
Hugh Gao
|
d0daf3ac53
Added support for built-in and user-defined NumFmt style. Now it can write float into cell with number format but not the formatted value which sometimes cause the broken file warning in Microsoft Excel.
|
9 years ago |
Shawn Milochik
|
761bdfa2de
Merge pull request #110 from greenenergy/master
|
9 years ago |
Colin Fox
|
6c084d0a5d
Removed commented lines
|
9 years ago |
Shawn Milochik
|
036ba1c733
Hack to fix #63 and #91.
|
9 years ago |
Colin Fox
|
22869abfd2
Fixed unit tests to account for new styles
|
9 years ago |
Shawn Milochik
|
330db4d7cc
gofmt
|
9 years ago |
crahles
|
8b4a772896
add theme1.xml ref to ContentTypes
|
9 years ago |
Yoshiki Shibukawa
|
a543de52b5
fix unit test
|
9 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.
|
9 years ago |
Yoshiki Shibukawa
|
8e750645ea
reduce memory usage
|
10 years ago |
Yoshiki Shibukawa
|
887bd69e65
add cell types like int, float, boolean, formula
|
10 years ago |
Geoffrey J. Teale
|
f199fba48e
Use 1/0 instead of true/false.
|
10 years ago |
Geoffrey J. Teale
|
21092a15e4
Don't duplicate Xf's in the style file.
|
10 years ago |
Geoffrey J. Teale
|
edec1b0df0
Don't duplicate font definition in style files.
|
10 years ago |
Geoffrey J. Teale
|
53b289a753
Stop trying to assign to a nil map. *doh*
|
10 years ago |
Geoffrey J. Teale
|
b887e82459
Drop style information from columns.
|
10 years ago |
Geoffrey J. Teale
|
26d82a72a2
Custom marshalling of styles, including NumFmts.
|
10 years ago |
Geoffrey J. Teale
|
f5e81a6a44
Don't indent marshalled XML.
|
10 years ago |
Geoffrey J. Teale
|
aee85d2a83
Make workboook file match the output of libreoffice.
|
10 years ago |
Geoffrey J. Teale
|
5bc19360e7
Worksheet output identical to LibreOffice for empty sheet.
|
10 years ago |
Geoffrey J. Teale
|
ffa2755661
Handle numFmts consistently.
|
10 years ago |
Geoffrey J. Teale
|
87677e0c11
Merge output-styles branch.
|
10 years ago |
Geoffrey J. Teale
|
2cc795381d
Add color element to styleSheet/fonts/font.
|
10 years ago |
Geoffrey J. Teale
|
00d7b43c2d
Rename styles to styleSheet (as per XML).
|
10 years ago |
Geoffrey J. Teale
|
c07706c1ce
Add count attribute to styles/cellStyleXfs and styles/cellXfs elements.
|
10 years ago |