You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add CSV and JSON import/export functionality with extension methods
- Add WorksheetDataExtensions class with ImportFromCsv/Json and ExportToCsv/Json methods
- Implement CsvOptions and JsonOptions configuration classes with comprehensive settings
- Support nested JSON flattening, array conversion, and data type auto-detection
- Add robust CSV parsing with text qualifiers, custom delimiters, and encoding support
- Include comprehensive error handling and cell reference parsing utilities
- Add demo programs and test cases for validation
0 commit comments