Brian Smith
|
be4c70439f
Initial support for themes
|
10 years ago |
Brian Smith
|
89df3bd938
Expose various cell & font style attributes
|
10 years ago |
Brian Smith
|
94c7505565
Sometimes number formats get defined in the gaps; don't try and be clever
|
10 years ago |
Brian Smith
|
214a2549ba
Fix number formats in workbooks where no custom formats are created
|
10 years ago |
Brian Smith
|
8b9abd6907
Add support for the builtin number formats
|
11 years ago |
Brian Smith
|
760fc7584f
Fix a number of small issues with number format handling
|
11 years ago |
Geoffrey J. Teale
|
1af9906a50
Deal with XLSX worksheets that only set the coords on *some* cells.
|
11 years ago |
Yoshiki Shibukawa
|
dacfeea7a6
fix bug when loading spreadsheet (style cache map was accessed from many goroutines)
|
11 years ago |
Yoshiki Shibukawa
|
8e750645ea
reduce memory usage
|
11 years ago |
Geoffrey J. Teale
|
eb8f638a2e
Test xlsxXf.Equals.
|
11 years ago |
Geoffrey J. Teale
|
febd164878
Test xlsxFill.Equals
|
11 years ago |
Geoffrey J. Teale
|
94ed93183b
Copy old styles across, when restyling a car.
|
11 years ago |
Geoffrey J. Teale
|
f199fba48e
Use 1/0 instead of true/false.
|
11 years ago |
Geoffrey J. Teale
|
21092a15e4
Don't duplicate Xf's in the style file.
|
11 years ago |
Geoffrey J. Teale
|
8c9a61c07e
Don't duplicate border definitions in styles.
|
11 years ago |
Geoffrey J. Teale
|
77280d2342
Don't duplicate fills in style output.
|
11 years ago |
Geoffrey J. Teale
|
49cd88c769
Fix broken XML output.
|
11 years ago |
Geoffrey J. Teale
|
edec1b0df0
Don't duplicate font definition in style files.
|
11 years ago |
Geoffrey J. Teale
|
53b289a753
Stop trying to assign to a nil map. *doh*
|
11 years ago |
Geoffrey J. Teale
|
26d82a72a2
Custom marshalling of styles, including NumFmts.
|
11 years ago |
Geoffrey J. Teale
|
146a0bed66
Test empty styleSheet output from xlsxStyleSheet.Marshal()
|
11 years ago |
Geoffrey J. Teale
|
ffa2755661
Handle numFmts consistently.
|
11 years ago |
Geoffrey J. Teale
|
2cc795381d
Add color element to styleSheet/fonts/font.
|
11 years ago |
Geoffrey J. Teale
|
00d7b43c2d
Rename styles to styleSheet (as per XML).
|
11 years ago |
Geoffrey J. Teale
|
c07706c1ce
Add count attribute to styles/cellStyleXfs and styles/cellXfs elements.
|
11 years ago |
Geoffrey J. Teale
|
4e5c6a0161
Add count to style/borders element.
|
11 years ago |
Geoffrey J. Teale
|
016971f0e0
Add count to style/fills element.
|
11 years ago |
Geoffrey J. Teale
|
9a6a124b52
Add count to style/Fonts element.
|
11 years ago |
Geoffrey J. Teale
|
4e5c01b15a
Output styles information in XLSX file.
|
11 years ago |
Geoffrey J. Teale
|
be61afb670
Test that we copy the ApplyBorder, ApplyFill and ApplyFont attributes from the
|
11 years ago |