Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for setting hyperlink display & tooltip (closes #790) (#794) | James Allen | 2021-03-03 |
| | |||
* | support to set print black and white and specified the first printed page number | xuri | 2021-01-17 |
| | |||
* | Support to adjust print scaling of the worksheet | xuri | 2021-01-16 |
| | |||
* | Fix race conditions | xuri | 2020-11-04 |
| | |||
* | Compatibility improvement: parse document core part (workbook) dynamically | xuri | 2020-11-04 |
| | |||
* | optimize memory allocation (#722) | Ted | 2020-11-03 |
| | | | | | | | | | | | | | | | * optimize marshal * optimize mem alloc * add benchmark testing * add NewSheetWithRowNum testing * sync struct fields order * add BenchmarkNewSheetWithStreamWriter * delete NewSheetWithRowNum and benchmark test | ||
* | improve compatibility for phonetic hint and sheet tab color | xuri | 2020-09-03 |
| | |||
* | using Mutex lock and update benchmark | xuri | 2020-08-16 |
| | |||
* | Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 ↵ | xuri | 2020-08-15 |
| | | | | potential race condition | ||
* | update docs and improve compatibility | xuri | 2020-07-11 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | |||
* | Resolve #492, init support for insert and remove page break | xuri | 2020-03-01 |
| | |||
* | Fix #578, escape character in the formula | xuri | 2020-02-15 |
| | |||
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Fix #547 and #546, add default overlay element for the chart | xuri | 2019-12-28 |
| | |||
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-22 |
| | |||
* | Update comments for the xmlNewDecoder (#542) | match-meng | 2019-12-20 |
| | |||
* | Fix #426, handle empty workbook view | xuri | 2019-12-16 |
| | |||
* | Fix #533, add support overlapped mergecells | xuri | 2019-12-14 |
| | |||
* | Fix #523, add stream writer for generate new worksheet with huge amounts of data | xuri | 2019-12-10 |
| | |||
* | Resolve #521, fix missing elements when parsing | xuri | 2019-11-28 |
| | |||
* | Reduce allocations when writing | Harris | 2019-11-05 |
| | | | | | | | | | | Fix #494 If a row is full, don't bother allocating a new one, just return it. Use the last populated row as a hint for the size of new rows. Simplify checkSheet to remove row map | ||
* | Added accessors for Getting/Setting Page Margins (#497) | streboryaj | 2019-10-15 |
| | | | | | | * Added accessors for Getting/Setting Page Margins * Added test cases | ||
* | Add missing ShowZeros SheetViewOption implementation | jaby | 2019-09-30 |
| | |||
* | Compatibility improvement | xuri | 2019-09-24 |
| | |||
* | Fix #483, adjust the order of fields in the structure | xuri | 2019-09-18 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Handle multi row inline strings | Harris | 2019-08-09 |
| | | | | | | | | | The inline string struct is actually the same as the shared strings struct, reuse it. Note that Go version 1.10 is required. Fixes #462 | ||
* | Bugfix #454 | WuXu1995 | 2019-08-06 |
| | |||
* | New feature: sparkline supported | xuri | 2019-08-04 |
| | |||
* | Make fitToHeight tag omit empty | xuri | 2019-07-05 |
| | |||
* | - Supplemental worksheet struct fields and field order adjustment | xuri | 2019-06-05 |
| | | | | | - Testing case for set and get doc properties - Update charts struct XML tags | ||
* | Fix structs fields definition errors and keep double quotes in data ↵ | xuri | 2019-05-04 |
| | | | | validation formula | ||
* | The function SetPageLayout support set paper size | kkxkkxkkgh | 2019-01-13 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Add support to flip outline summaries | Harris | 2018-12-13 |
| | | | | | | | | | This adds outlinePr support, with the summaryBelow attribute which defaults to true. Closes #304 Signed-off-by: Michael Harris | ||
* | resolve #273 new feature: protect sheet support | HcySunYang | 2018-11-02 |
| | | | new feature: protect sheet support, relate issue #273 | ||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | DataValidation struct changed | xuri | 2018-09-01 |
| | | | Change `allowBlank`, `ShowErrorMessage` and `ShowInputMessage` type as boolean, add new field `ShowDropDown`, change fields orders follow as ECMA-376-1:2016 18.3.1.32. | ||
* | add datavalidation test and fixed struct bug issue #240 | rentiansheng | 2018-09-01 |
| | |||
* | data validation funcation | rentiansheng | 2018-07-30 |
| | |||
* | Use min/mid/max value for 2 and 3 color scale conditional formatting | Alex Whitney | 2018-07-25 |
| | |||
* | - Support to read inlineStr type cell value, relate issue #208, PR #209; | Ri Xu | 2018-04-09 |
| | | | | - go test and godoc has been updated | ||
* | Add {G,S}etSheetPrOptions() | Olivier Mengué | 2017-11-17 |
| | | | | | | | | | | | | Add SetSheetPrOptions and GetSheetPrOptions to allow to set options on <sheetPr> and <pageSetUpPr>. The following options are implemented: - CodeName (string) - EnableFormatConditionsCalculation (bool) - Published (bool) - FitToPage (bool) - AutoPageBreaks (bool) |