Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new functions DeleteSlicer and GetSlicers #1943

Merged
merged 21 commits into from
Aug 23, 2024

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    7191e7c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    904f070 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    78fbfc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    6d1125e View commit details
    Browse the repository at this point in the history
  2. Optimize ColumnNumberToName function performance, reduce about 50% me…

    …mory usage and 50% time cost (qax-os#1935)
    
    Co-authored-by: zhayt <[email protected]>
    2 people authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    586f308 View commit details
    Browse the repository at this point in the history
  3. This closes qax-os#1937, fix GetPivotTables returns incorrect data ra…

    …nge (qax-os#1941)
    
    - Add unit test for get pivot table with across worksheet data range, update dependencies package and updated comments of the GetMergeCells function
    ShowerBandV authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3cfdf0a View commit details
    Browse the repository at this point in the history
  4. This closes qax-os#1940, SetCellHyperLink function now support remove…

    … hyperlink by None linkType
    
    - Update unit tests
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3e84ca6 View commit details
    Browse the repository at this point in the history
  5. This closes qax-os#1944, add new TickLabelPosition field in the Chart…

    …Axis data type (qax-os#1946)
    
    - Introduce new exported ChartTickLabelPositionType enumeration
    - Update unit tests
    imink authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33593a0 View commit details
    Browse the repository at this point in the history
  6. This closes qax-os#1942, fix percent sign missing in formatted result…

    … for zero numeric cell value (qax-os#1947)
    
    - Updated unit tests
    samkeke authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    82047f0 View commit details
    Browse the repository at this point in the history
  7. This closes qax-os#1945, an error will be return if column header cel…

    …l is empty in pivot table data range
    
    - Update unit tests
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    13b714a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99cce9d View commit details
    Browse the repository at this point in the history
  9. This closes qax-os#1955, refs qax-os#119, support to set cell value w…

    …ith an IEEE 754 "not-a-number" value or infinity
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    12694aa View commit details
    Browse the repository at this point in the history
  10. This closes qax-os#1957, fix missing shape macro missing after adjust…

    …ed drawing object
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    43b1d05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f6719b View commit details
    Browse the repository at this point in the history
  12. This closes qax-os#1968, closes qax-os#1969

    - Fix missing conditional formatting after remove column
    - Fix the SetSheetVisible function panic on none views sheet
    - Updated unit tests
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a415598 View commit details
    Browse the repository at this point in the history
  13. This closes qax-os#1957, fix missing shape macro missing after adjust…

    …ed drawing object
    xuri authored and zhangyimingdatiancai committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6df4a37 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    755ff98 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    92609c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    98afbbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a380981 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    678c205 View commit details
    Browse the repository at this point in the history