summaryrefslogtreecommitdiff
path: root/sheet.go
Commit message (Expand)AuthorAge
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04
* fix: LocalSheetID in DefinedName should be equal to SheetIndex instead of She...vettich2021-07-03
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* compatibility with non-standard page setup attributesxuri2021-05-07
* This closes #834, fix invalid file path and duplicate namespace when re-creat...xuri2021-05-06
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* updated SetDefinedName's localSheetId attr to use sheetIndexDavid2021-03-21
* This improves compatibility for absolute XML path, Windows-style directory se...xuri2021-02-27
* check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTBxuri2021-02-23
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This improves compatibility for worksheet relative XML path and multi rules a...xuri2021-02-11
* fix custom row height check issuexuri2021-02-08
* This closes #774, closes #775 and closes #776xuri2021-02-02
* Fixed #764, add a condition for round precisionxuri2021-01-20
* support to set print black and white and specified the first printed page numberxuri2021-01-17
* Support to adjust print scaling of the worksheetxuri2021-01-16
* Fixed #735, refresh active tab after delete sheetxuri2020-11-23
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* using POSIX directory separator in zip path with Windowsxuri2020-11-06
* Compatibility improvement: parse document core part (workbook) dynamicallyxuri2020-11-04
* optimize memory allocation (#722)Ted2020-11-03
* New formula function AND (#701) and update doc for the NewSheet (#714)xuri2020-10-22
* This closes #714 and closes #715, fix wrong worksheet index returned by NewSh...xuri2020-10-19
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* - Resolve #711, update docs for the GetSheetIndexxuri2020-10-12
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* This closes #677 and closes #679, fix panic when enabling compiler inline flagsxuri2020-08-06
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Fix issue 665 (#666)jaby2020-07-14
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
* Update docs and typo fixedxuri2020-06-22
* - New API: SetSheetFormatPr and GetSheetFormatPrxuri2020-05-12
* init formula calculation engine, ref #65 and #599xuri2020-05-03
* handle the cell without r attribute in a row elementxuri2020-04-24
* - Resolve #485 use sheet index instead of IDxuri2020-04-23
* Performance improvementsxuri2020-04-05
* remove ineffectual variable assignments and simplify codexuri2020-03-29
* Resolve #451, support create chart sheetxuri2020-03-28
* Resolve #492, init support for insert and remove page breakxuri2020-03-01
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* Resolve #570, flat columns for the column's operationxuri2020-02-07
* optimize code and comments: use println errors instead of panicxuri2020-01-03
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Improve code coverage unit testsxuri2019-12-22
* Update comments for the xmlNewDecoder (#542)match-meng2019-12-20
* Resolve #539 Merge branch 'v2'xuri2019-12-20
|\
| * Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* | Fix #426, handle empty workbook viewxuri2019-12-16