1. 15 2月, 2024 1 次提交
  2. 18 1月, 2024 1 次提交
  3. 09 1月, 2024 1 次提交
    • xurime's avatar
      This closes #1777, fix the GetStyle or GetConditionalStyle function to returns... · 79265655
      xurime 提交于
      This closes #1777, fix the GetStyle or GetConditionalStyle function to returns incorrect DecimalPlaces field value
      
      - Update documentation for the NewStyle function
      - Update unit tests
      - Update dependencies Go module
      - Update GitHub workflow dependencies package version
      - Update copyright agreement statement
      79265655
  4. 25 11月, 2023 1 次提交
  5. 18 11月, 2023 1 次提交
  6. 14 6月, 2023 1 次提交
  7. 12 6月, 2023 1 次提交
  8. 18 5月, 2023 1 次提交
  9. 25 4月, 2023 1 次提交
    • xurime's avatar
      This closes #1528, closes #1533 · 612f6f10
      xurime 提交于
      - Avoid format text cell value as a numeric
      - Fix race conditions for concurrency safety functions
      612f6f10
  10. 24 4月, 2023 1 次提交
  11. 03 2月, 2023 1 次提交
  12. 20 1月, 2023 1 次提交
  13. 02 1月, 2023 1 次提交
    • xurime's avatar
      This fixed worksheet protection issue · b39626fa
      xurime 提交于
      - Update example code in the documentation
      - Update unit tests
      - Rename `PictureOptions` to `GraphicOptions`
      - Adjust partial options fields data types for the `PictureOptions` and `Shape` structure
      - Update dependencies module
      b39626fa
  14. 23 12月, 2022 1 次提交
    • guoweikuang's avatar
      This closes #1425, breaking changes for sheet name (#1426) · 6a5ee811
      guoweikuang 提交于
      - Checking and return error for invalid sheet name instead of trim invalid characters
      - Add error return for the 4 functions: `DeleteSheet`, `GetSheetIndex`, `GetSheetVisible` and `SetSheetName`
      - Export new error 4 constants: `ErrSheetNameBlank`, `ErrSheetNameInvalid`, `ErrSheetNameLength` and `ErrSheetNameSingleQuote`
      - Rename exported error constant `ErrExistsWorksheet` to `ErrExistsSheet`
      - Update unit tests for 90 functions: `AddChart`,  `AddChartSheet`, `AddComment`, `AddDataValidation`, `AddPicture`, `AddPictureFromBytes`, `AddPivotTable`, `AddShape`, `AddSparkline`, `AddTable`, `AutoFilter`, `CalcCellValue`, `Cols`, `DeleteChart`, `DeleteComment`, `DeleteDataValidation`, `DeletePicture`, `DeleteSheet`, `DuplicateRow`, `DuplicateRowTo`, `GetCellFormula`, `GetCellHyperLink`, `GetCellRichText`, `GetCellStyle`, `GetCellType`, `GetCellValue`, `GetColOutlineLevel`, `GetCols`, `GetColStyle`, `GetColVisible`, `GetColWidth`, `GetConditionalFormats`, `GetDataValidations`, `GetMergeCells`, `GetPageLayout`, `GetPageMargins`, `GetPicture`, `GetRowHeight`, `GetRowOutlineLevel`, `GetRows`, `GetRowVisible`, `GetSheetIndex`, `GetSheetProps`, `GetSheetVisible`, `GroupSheets`, `InsertCol`, `InsertPageBreak`, `InsertRows`, `MergeCell`, `NewSheet`, `NewStreamWriter`, `ProtectSheet`, `RemoveCol`, `RemovePageBreak`, `RemoveRow`, `Rows`, `SearchSheet`, `SetCellBool`, `SetCellDefault`, `SetCellFloat`, `SetCellFormula`, `SetCellHyperLink`, `SetCellInt`, `SetCellRichText`, `SetCellStr`, `SetCellStyle`, `SetCellValue`, `SetColOutlineLevel`, `SetColStyle`, `SetColVisible`, `SetColWidth`, `SetConditionalFormat`, `SetHeaderFooter`, `SetPageLayout`, `SetPageMargins`, `SetPanes`, `SetRowHeight`, `SetRowOutlineLevel`, `SetRowStyle`, `SetRowVisible`, `SetSheetBackground`, `SetSheetBackgroundFromBytes`, `SetSheetCol`, `SetSheetName`, `SetSheetProps`, `SetSheetRow`, `SetSheetVisible`, `UnmergeCell`, `UnprotectSheet` and
      `UnsetConditionalFormat`
      - Update documentation of the set style functions
      Co-authored-by: Nguoweikuang <weikuang.guo@shopee.com>
      6a5ee811
  15. 12 11月, 2022 1 次提交
  16. 11 11月, 2022 1 次提交
  17. 28 9月, 2022 1 次提交
    • xurime's avatar
      This closes #1360, closes #1361 · efcf599d
      xurime 提交于
      - Fix default number format parse issue with a long string of digits
      - Fix creating a sheet with an empty name cause a corrupted file
      - The `GetCellStyle` function no longer return master cell style of the merge cell range
      - Using the specialized name in variables and functions
      efcf599d
  18. 11 9月, 2022 1 次提交
  19. 07 9月, 2022 1 次提交
  20. 01 9月, 2022 1 次提交
  21. 31 8月, 2022 1 次提交
  22. 13 8月, 2022 1 次提交
  23. 18 7月, 2022 1 次提交
  24. 24 3月, 2022 1 次提交
  25. 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
  26. 27 1月, 2022 1 次提交
  27. 19 1月, 2022 1 次提交
  28. 09 1月, 2022 1 次提交
  29. 05 11月, 2021 1 次提交
  30. 19 9月, 2021 1 次提交
  31. 05 9月, 2021 1 次提交
    • xurime's avatar
      This closes #998 · 32b23ef4
      xurime 提交于
      - Support text comparison in the formula, also ref #65
      - `GetCellValue`, `GetRows`, `GetCols`, `Rows` and `Cols` support to specify read cell with raw value, ref #621
      - Add missing properties for the cell formula
      - Update the unit test for the `CalcCellValue`
      32b23ef4
  32. 22 8月, 2021 1 次提交
  33. 17 8月, 2021 1 次提交
    • xurime's avatar
      This closes #989, closes #990 · a55f354e
      xurime 提交于
      New API: `SetRowStyle` support for set style for the rows
      Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle`
      a55f354e
  34. 13 8月, 2021 1 次提交
  35. 29 7月, 2021 1 次提交
    • xurime's avatar
      This closes #971, closes #972 and closes #974 · 7dbf88f2
      xurime 提交于
      - Escape XML character in the drop list
      - Fix incorrect character count limit in the drop list
      - Fix Excel time parse issue in some case
      - Fix custom number format month parse issue in some case
      - Fix corrupted file generated caused by concurrency adding pictures
      7dbf88f2
  36. 08 7月, 2021 1 次提交
  37. 05 7月, 2021 1 次提交
  38. 29 6月, 2021 1 次提交
  39. 13 6月, 2021 1 次提交
  40. 10 5月, 2021 1 次提交