Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
| | |||
* | Fix issue 665 (#666) | jaby | 2020-07-14 |
| | |||
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | - New API: SetSheetFormatPr and GetSheetFormatPr | xuri | 2020-05-12 |
| | | | | - typo fix, resolve #635 | ||
* | init formula calculation engine, ref #65 and #599 | xuri | 2020-05-03 |
| | |||
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
| | |||
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| | | | | - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID | ||
* | Performance improvements | xuri | 2020-04-05 |
| | |||
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
| | |||
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | |||
* | Resolve #492, init support for insert and remove page break | xuri | 2020-03-01 |
| | |||
* | Resolve #580, revert commit ↵ | xuri | 2020-02-19 |
| | | | | https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757 | ||
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
| | |||
* | optimize code and comments: use println errors instead of panic | xuri | 2020-01-03 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | 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 |
| | |||
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
|\ | | | | | | | | | | | # Conflicts: # rows.go # sheet.go | ||
| * | Fix #539 Fixed error opening excel file created in encoding d… (#540) | Alex Geer | 2019-12-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed issue #539 Fixed error opening excel file created in encoding different from UTF-8, added logging of possible errors when decoding XML if the function does not provide exit with an error * Added test for CharsetReader * Fixed #discussion_r359397878 Discussion: https://github.com/360EntSecGroup-Skylar/excelize/pull/540#discussion_r359397878 * Fixed go fmt * go mod tidy and removed unused imports * The code has been refactored | ||
* | | Fix #426, handle empty workbook view | xuri | 2019-12-16 |
| | | |||
* | | Update XML namespace | xuri | 2019-11-30 |
| | | |||
* | | Resolve #521, fix missing elements when parsing | xuri | 2019-11-28 |
| | | |||
* | | Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515 | xuri | 2019-11-23 |
| | | |||
* | | 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 | ||
* | | Resolve #507, add the new function `DeleteDefinedName` | xuri | 2019-10-26 |
| | | |||
* | | Fix corrupted Excel file issue #413 | xuri | 2019-10-23 |
| | | |||
* | | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
| | | |||
* | | Added accessors for Getting/Setting Page Margins (#497) | streboryaj | 2019-10-15 |
|/ | | | | | | * Added accessors for Getting/Setting Page Margins * Added test cases | ||
* | Combine functions: | xuri | 2019-09-16 |
| | | | | | | workBookRelsWriter, drawingRelsWriter into relsWriter; drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader; addDrawingRelationships, addSheetRelationships into addRels | ||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Get sheet names based on index | Harris | 2019-08-08 |
| | | | | | | | | SheetID only seems to indicate the file name for the sheet. Check the sheets list based on index instead. Reordering sheets in Excel changes the order they appear in that list. Fixes #457 | ||
* | New feature: sparkline supported | xuri | 2019-08-04 |
| | |||
* | Merge pull request #447 from dongkai16z/master | xuri | 2019-07-26 |
|\ | | | | | Fix #443 | ||
| * | Fix #443 | 董凯 | 2019-07-25 |
| | | |||
* | | Fix #442 | Sustainedhhh | 2019-07-25 |
|/ | |||
* | Resolve #432, supplement the function of SetPageLayout | xuri | 2019-07-06 |
| | | | SetPageLayout support to set fit to width and height | ||
* | New feature: group and ungroup sheets support | xuri | 2019-07-03 |
| | | | | New functions `GroupSheets` and `UngroupSheets` added Refactor sheet index calculation | ||
* | Update GoDoc and typo fixed | xuri | 2019-06-30 |
| | |||
* | New functions: SetDefinedName and GetDefinedName added | xuri | 2019-06-18 |
| | |||
* | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
| | | | | Update testing case | ||
* | Resolve #404, get sheet map by target rels. | xuri | 2019-05-17 |
| | |||
* | Resolve #394, init set header and footer support | xuri | 2019-05-05 |
| | |||
* | Resolve #392, compatible with strict relations name space inspection | xuri | 2019-04-27 |
| | |||
* | godoc update and typo fixed | xuri | 2019-04-20 |
| | |||
* | Resolve #382, rewrite prepareSheetXML to scale linearly (#383) | Michael | 2019-04-16 |
| | | | | | | | | | | | | | | * Rewrite prepareSheetXML to scale linearly We don't need to backfill columns into every row for most purposes Provided makeContiguousColumns for setting styles where we do need it for a specific region. Added a benchmark to monitor progress. For 50,000 rows this went from about 11 seconds to 1 second. The improvements are more dramatic as the row/column count increases. * Assigning that row value was redundant | ||
* | add unit tests to functions | xuri | 2019-04-16 |
| | |||
* | Resolve #369,#370 | xuri | 2019-04-15 |
| | | | | | | | | | | | | | | | | | | add error return value exported functions: GetMergeCells ProtectSheet UnprotectSheet UpdateLinkedValue GetMergeCells SetSheetVisible inner functions: workSheetReader copySheet | ||
* | Fix out of range panic when removing formula. | Aplulu | 2019-04-09 |
| | | | | Fix file corruption issue when deleting a sheet containing a formula. |