Skip to content

Add support for sheet statistics and shared strings in streaming writes#1

Open
ChronosMasterOfAllTime wants to merge 1 commit intopr-2-compression-outputfrom
pr-3-read-write-enhancements
Open

Add support for sheet statistics and shared strings in streaming writes#1
ChronosMasterOfAllTime wants to merge 1 commit intopr-2-compression-outputfrom
pr-3-read-write-enhancements

Conversation

@ChronosMasterOfAllTime
Copy link
Copy Markdown
Owner

  • Implement GetSheetStats and CalculateSheetStats methods to retrieve statistics for worksheets, including row count, column count, cell count, and maximum cell reference.
  • Enhance StreamWriter to support shared strings, allowing for more efficient storage of string values in Excel files.
  • Update dimension placeholder during streaming to reflect actual dimensions after data is written.
  • Add tests for sheet statistics and shared strings functionality.

PR Details

Description

Related Issue

Motivation and Context

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

- Implement GetSheetStats and CalculateSheetStats methods to retrieve
  statistics for worksheets, including row count, column count, cell count,
  and maximum cell reference.
- Enhance StreamWriter to support shared strings, allowing for more efficient
  storage of string values in Excel files.
- Update dimension placeholder during streaming to reflect actual dimensions
  after data is written.
- Add tests for sheet statistics and shared strings functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants