1. 11 10月, 2021 1 次提交
  2. 01 10月, 2021 1 次提交
  3. 29 9月, 2021 1 次提交
  4. 28 9月, 2021 1 次提交
    • xurime's avatar
      This closes #1027 and closes #1028 · 2d8b5b18
      xurime 提交于
      * Fix build-in scientific number format failed
      * An error will be returned if given an invalid custom number format when creating a new style
      2d8b5b18
  5. 26 9月, 2021 1 次提交
  6. 24 9月, 2021 1 次提交
  7. 19 9月, 2021 1 次提交
  8. 17 9月, 2021 1 次提交
  9. 14 9月, 2021 1 次提交
  10. 13 9月, 2021 1 次提交
  11. 10 9月, 2021 1 次提交
  12. 09 9月, 2021 1 次提交
  13. 08 9月, 2021 1 次提交
  14. 06 9月, 2021 1 次提交
    • xurime's avatar
      This closes #993, closes #1014 · 684603be
      xurime 提交于
      - Fix formula percentages calculated incorrectly
      - Make UpdateLinkedValue skip macro sheet
      - Fix conditional format bottom N not working
      684603be
  15. 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
  16. 03 9月, 2021 1 次提交
  17. 29 8月, 2021 1 次提交
  18. 28 8月, 2021 1 次提交
  19. 26 8月, 2021 1 次提交
  20. 23 8月, 2021 1 次提交
  21. 22 8月, 2021 1 次提交
  22. 21 8月, 2021 4 次提交
  23. 19 8月, 2021 1 次提交
  24. 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
  25. 15 8月, 2021 2 次提交
  26. 13 8月, 2021 1 次提交
  27. 12 8月, 2021 2 次提交
  28. 09 8月, 2021 1 次提交
  29. 06 8月, 2021 1 次提交
  30. 02 8月, 2021 1 次提交
  31. 31 7月, 2021 2 次提交
    • A
      Improve compatibility for SetRichText (#976) · eaf9781e
      Arnie97 提交于
      - support escaped string literal
      - maximum character limit added
      - fix missing preserve character in some case
      Co-authored-by: xurime's avatarxuri <xuri.me@gmail.com>
      eaf9781e
    • A
      Fix data validation issues (#975) · 7ac37edf
      Arnie97 提交于
      * Fix `SetDropList` to allow XML special characters
      
      * This closes #971, allow quotation marks in SetDropList()
      
      This patch included a XML entity mapping table instead of
      xml.EscapeText() to be fully compatible with Microsoft Excel.
      
      * This closes #972, allow more than 255 bytes of validation formulas
      
      This patch changed the string length calculation unit of data
      validation formulas from UTF-8 bytes to UTF-16 code units.
      
      * Add unit tests for SetDropList()
      
      * Fix: allow MaxFloat64 to be used in validation range
      
      17 decimal significant digits should be more than enough to represent
      every IEEE-754 double-precision float number without losing precision,
      and numbers in this form will never reach the Excel limitation of 255
      UTF-16 code units.
      7ac37edf
  32. 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
  33. 28 7月, 2021 1 次提交
  34. 25 7月, 2021 1 次提交