1. 17 9月, 2021 1 次提交
  2. 14 9月, 2021 1 次提交
  3. 13 9月, 2021 1 次提交
  4. 10 9月, 2021 1 次提交
  5. 09 9月, 2021 1 次提交
  6. 08 9月, 2021 1 次提交
  7. 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
  8. 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
  9. 03 9月, 2021 1 次提交
  10. 29 8月, 2021 1 次提交
  11. 28 8月, 2021 1 次提交
  12. 26 8月, 2021 1 次提交
  13. 23 8月, 2021 1 次提交
  14. 22 8月, 2021 1 次提交
  15. 21 8月, 2021 4 次提交
  16. 19 8月, 2021 1 次提交
  17. 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
  18. 15 8月, 2021 2 次提交
  19. 13 8月, 2021 1 次提交
  20. 12 8月, 2021 2 次提交
  21. 09 8月, 2021 1 次提交
  22. 06 8月, 2021 1 次提交
  23. 02 8月, 2021 1 次提交
  24. 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
  25. 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
  26. 28 7月, 2021 1 次提交
  27. 25 7月, 2021 1 次提交
  28. 21 7月, 2021 1 次提交
  29. 20 7月, 2021 1 次提交
  30. 16 7月, 2021 1 次提交
  31. 15 7月, 2021 1 次提交
  32. 12 7月, 2021 1 次提交
  33. 10 7月, 2021 2 次提交