1. 17 2月, 2022 1 次提交
    • xurime's avatar
      This closes #1148, resolve limitations when adding VBA project to the workbook · f87c39c4
      xurime 提交于
      Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook
      Re-order fields of the workbook properties group to improve the compatibility
      Go Modules dependencies upgrade
      Put workbook related operating in new `workbook.go` source code
      Library introduction docs block updated
      f87c39c4
  2. 14 2月, 2022 1 次提交
  3. 13 2月, 2022 1 次提交
  4. 08 2月, 2022 1 次提交
    • xurime's avatar
      This closes #1139, `SetCellDefault` support non-numeric value · 3f8f4f52
      xurime 提交于
      - Add default value on getting `View` property of sheet views
      - Add examples and unit test for set sheet views
      - Re-order field on sheet view options
      - Fix incorrect build-in number format: 42
      - Simplify code for the `stylesReader` function
      3f8f4f52
  5. 06 2月, 2022 1 次提交
  6. 04 2月, 2022 1 次提交
  7. 27 1月, 2022 1 次提交
  8. 23 1月, 2022 1 次提交
  9. 19 1月, 2022 1 次提交
  10. 17 1月, 2022 1 次提交
  11. 16 1月, 2022 1 次提交
  12. 15 1月, 2022 1 次提交
  13. 14 1月, 2022 1 次提交
  14. 12 1月, 2022 1 次提交
  15. 11 1月, 2022 1 次提交
  16. 09 1月, 2022 1 次提交
  17. 08 1月, 2022 1 次提交
  18. 05 1月, 2022 1 次提交
  19. 31 12月, 2021 1 次提交
  20. 30 12月, 2021 1 次提交
  21. 27 12月, 2021 1 次提交
    • xurime's avatar
      This closes #1096, memory usage optimization and another 4 changes · 89b85934
      xurime 提交于
      - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70%
      - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it
      - Using constant instead of inline text for default XML path
      - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit`
      - Unit test and documentation updated
      89b85934
  22. 26 12月, 2021 1 次提交
  23. 25 12月, 2021 1 次提交
  24. 19 12月, 2021 1 次提交
  25. 17 12月, 2021 1 次提交
  26. 14 12月, 2021 1 次提交
  27. 13 12月, 2021 1 次提交
  28. 12 12月, 2021 1 次提交
  29. 10 12月, 2021 1 次提交
  30. 09 12月, 2021 2 次提交
  31. 07 12月, 2021 1 次提交
  32. 06 12月, 2021 2 次提交
  33. 04 12月, 2021 1 次提交
  34. 03 12月, 2021 1 次提交
    • xurime's avatar
      Simplify code and update unit test · 577a07f0
      xurime 提交于
      Improve unit test coverage for the functions: `NewStyle`, `SetActiveSheet`, `SearchSheet` and `deleteAndAdjustDefinedNames`
      Simplify code and add comments for the function: `deleteAndAdjustDefinedNames`
      577a07f0
  35. 02 12月, 2021 2 次提交
  36. 01 12月, 2021 2 次提交