Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: exceljs/exceljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.0
Choose a base ref
...
head repository: exceljs/exceljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 22 files changed
  • 5 contributors

Commits on Oct 28, 2023

  1. Fix typo in docs (#2566)

    m-ahmadi authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2abd2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2225238 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6141056 View commit details
    Browse the repository at this point in the history
  2. Add pivot table with limitations (#2551)

    * Add pivot table with limitations
    
    ```js
    worksheet.addPivotTable(configuration);
    ```
    
    **Note:** Pivot table support is in its early stages with certain limitations, including:
    
    - Xlsx files with existing pivot tables can't be read (writing is supported).
    - Pivot table configurations must have one "value"-item and use the "sum" metric.
    - Only one pivot table can be added for the entire document.
    
    * Update README
    mikez authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ddab279 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix: table column style bug and addTable colum type (#2649)

    * fix table column style bug and addTable colum type
    
    * make TableColumnProperties.style optional
    jbuck-lineleap authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5bed18b View commit details
    Browse the repository at this point in the history
Loading