Commit Graph

48 Commits (master)

Author SHA1 Message Date
xuri b39626fae9
This fixed worksheet protection issue
2 years ago
xuri f58dabd492
Breaking change: changed the function signature for 11 exported functions
2 years ago
xuri 14c6a198ce
Support get cell value which contains a date in the ISO 8601 format
2 years ago
GaoFei 3ece904b00
This closes #1369, support set, and get font color with theme and tint (#1370)
2 years ago
jialei d490a0f86f
RichTextRun support set superscript and subscript by vertAlign attribute (#1252)
3 years ago
xuri 8a335225c7
Format code, update documentation and remove exported variable `XMLHeaderByte`
3 years ago
xuri f87c39c41d
This closes #1148, resolve limitations when adding VBA project to the workbook
3 years ago
xuri 236ee61d20
This closes #1119, style parsing issue fixed
3 years ago
xuri 2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
3 years ago
xuri 90d200a10b
Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency safety
4 years ago
xuri 7e429c5b46
Fixe issue generated file corrupted caused by incorrect default XML namespace attributes
4 years ago
xuri f8f699a172
Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10
4 years ago
xuri 2af96c0714
#65 fn: N, PERCENTILE.INC and T
4 years ago
xuri e1abdb0e5a
This closes #809, and add new fn: HARMEAN
4 years ago
Eagle Xiang 219add2f0e
value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause … (#770)
4 years ago
xuri 0aa1510694
update docs and improve compatibility
5 years ago
xuri 15fd56853f
Update docs and typo fixed
5 years ago
xuri 882abb8098
- formula engine: reduce cyclomatic complexity
5 years ago
xuri 1f73a19e0f
Resolve #628, omit number format empty
5 years ago
xuri 9e2318cefa
Resolve #470, export Style structs to allow create the style for cells by given JSON or structure
5 years ago
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
xuri a34d3b8c86
Compatibility improvement
5 years ago
xuri 75d66a03f3
Fix #482, font strike style support
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
xuri 821632cf89
Fix #424, refactor merged cells adjuster
6 years ago
xuri 421f945f51
Fixed #418, #420, #421, init adjust calculation chain support
6 years ago
xuri 3997dee1f5
Fix #411, change font size to float type
6 years ago
xuri f91f548614
Resolve #404, get sheet map by target rels.
6 years ago
xuri fabd9d013f
README updated
6 years ago
xuri 3e004d900b
Comments style changed.
6 years ago
xuri 13a9769cc5
Comments style changed.
6 years ago
xuri 2f146c923c
Comments style changed.
6 years ago
xuri b4a6e61ec3
Fix golint errors under confidence 0.1
6 years ago
Ri Xu ecc3adf22a
- Add protection properties associated with the cell support, relate issue #191;
7 years ago
Ri Xu 67636039f6
- Init conditional format support, relate issue #75;
8 years ago
Ri Xu 5cf3725f02
Add missing element `xfId` of the styles to fix issue #93.
8 years ago
Ri Xu 4a74951e81
- Support set custom number format, relate issue #86;
8 years ago
Ri Xu 4f942255e4
- Fix missing element in worksheet, workbook and styles. Related issue #81;
8 years ago
Ri Xu 60fa5a5be1
- Display negative numbers by applying a red color supported;
8 years ago
Ri Xu bc31e545c8
- Currency format supported, relate issue #80;
8 years ago
Ri Xu 70f6328150 Support set font style of shape text. Relate issue #38.
8 years ago
Ri Xu d93a156355 Initialize comments support & go test updated.
8 years ago
Ri Xu 266d2c36e5 - Font bold, italic and underline style support. Relate issue #45;
8 years ago
Ri Xu 6e287839ec - Set number format for a cell support;
8 years ago
Ri Xu b6254209fe - Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed;
8 years ago
Ri Xu 68b4d1f546 - Set cell background color and style support;
8 years ago
Ri Xu 5384756d64 - Complete the element `sheetFormatPr` struct definition;
8 years ago
Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21);
8 years ago