summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
|
* Merge pull request #464 from mlh758/fix-462xuri2019-08-11
|\ | | | | Fixed #462 Handle multi row inline strings
| * Handle multi row inline stringsHarris2019-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
* | Merge pull request #469 from zaddok/patch-1xuri2019-08-10
|\ \ | | | | | | Fix potential memory leak
| * | Fix potential memory leakzaddok2019-08-09
| | | | | | | | | Fix potential memory leak where zw is not Close() when an error occurs.
* | | Merge pull request #463 from mlh758/fix-457xuri2019-08-09
|\ \ \ | |/ / |/| | Get sheet names based on index
| * | Get sheet names based on indexHarris2019-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
* | | Merge pull request #461 from mlh758/fix-439xuri2019-08-08
|\ \ \ | |/ / |/| / | |/ Further improve read performance
| * Further improve read performanceHarris2019-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of re-encoding the full sheet to change the namespaces in the encoded bytes, read the sheet again and do the byte replacements there. In this case, file access ends up being more performant than marshaling the sheet back to XML. In the SharedStrings test, ensure the strings are actually read. Fix #439
* | Merge pull request #458 from zhaov/masterxuri2019-08-07
|\ \ | |/ |/| Update comments
| * Update commentszhaov2019-08-06
| |
* | Merge pull request #459 from WuXu1995/masterxuri2019-08-06
|\ \ | |/ |/| Bugfix #454
| * Bugfix #454WuXu19952019-08-06
|/
* Merge pull request #456 from mlh758/fix-439xuri2019-08-05
|\ | | | | Fix #439
| * Only parse xml once when readingHarris2019-08-05
|/ | | | | | | | | | We were parsing the whole sheet twice since the sheet reader already reads in all the rows. getTotalRowsCols function is unused after these changes so it has been deleted as well. Closes #439
* New feature: sparkline supportedxuri2019-08-04
|
* Fixed doc corruption when deleting all merged cellsxuri2019-08-03
|
* Add extensions URI of spreadsheetMLxuri2019-07-31
|
* Merge pull request #447 from dongkai16z/masterxuri2019-07-26
|\ | | | | Fix #443
| * Fix #443董凯2019-07-25
| |
* | Merge pull request #448 from Sustainedhhh/masterxuri2019-07-25
|\ \ | |/ |/| Fix #442
| * Fix #442Sustainedhhh2019-07-25
|/
* Fix invalid formula in data validation drop listxuri2019-07-22
|
* Resolve #217, new function add VBA project supported.xuri2019-07-21
|
* Fix #437, recalculate offset for merged cells adjusterxuri2019-07-20
|
* Update docsxuri2019-07-17
|
* Fix #434, add missing commentsxuri2019-07-15
|
* Structure update #434xuri2019-07-14
| | | Add a missing element of the comment text elements
* add comments for SheetView parametersxuri2019-07-08
|
* # add: add Remarks for CalcChain c AttributesFarmerx2019-07-08
|
* Add unit test for SetPageLayoutxuri2019-07-07
|
* Resolve #432, supplement the function of SetPageLayoutxuri2019-07-06
| | | SetPageLayout support to set fit to width and height
* Make fitToHeight tag omit emptyxuri2019-07-05
|
* Add unit test for GroupSheets and UngroupSheetsxuri2019-07-04
|
* New feature: group and ungroup sheets supportxuri2019-07-03
| | | | New functions `GroupSheets` and `UngroupSheets` added Refactor sheet index calculation
* Update GoDoc and typo fixedxuri2019-06-30
|
* Add TIF, TIFF format images and more detailed error information when open ↵xuri2019-06-27
| | | | the encrypted file
* Optimize code, fix golint issuesxuri2019-06-20
|
* Support to create bubble and 3D bubble chartxuri2019-06-19
|
* New functions: SetDefinedName and GetDefinedName addedxuri2019-06-18
|
* Add surface 3D, wireframe Surface 3D, contour, and wireframe contour chart ↵xuri2019-06-15
| | | | support
* support to create cone, pyramid and cylinder series chart for column and ↵xuri2019-06-14
| | | | bar types
* Fix #425, handle empty font style formatxuri2019-06-13
|
* Fix #424, refactor merged cells adjusterxuri2019-06-12
|
* Fix #422, avoid accent theme color index overflowxuri2019-06-09
|
* Fixed #418, #420, #421, init adjust calculation chain supportxuri2019-06-08
| | | | Update testing case
* Fix #411, change font size to float typexuri2019-06-07
|
* - Supplemental worksheet struct fields and field order adjustmentxuri2019-06-05
| | | | | - Testing case for set and get doc properties - Update charts struct XML tags
* Resolve #415, init set and get doc properties supportxuri2019-06-04
|
* Fix #413, make pivot cache ID not omit emptyxuri2019-06-01
|