CoreXLSX icon indicating copy to clipboard operation
CoreXLSX copied to clipboard

Excel spreadsheet (XLSX) format parser written in pure Swift

Results 27 CoreXLSX issues
Sort by recently updated
recently updated
newest added

XMLCoder should have publicly visible docs for its API. First option to consider for auto-generated docs is [Jazzy](https://github.com/realm/jazzy). Generated docs could be published with GitHub Pages.

enhancement

Currently there's no data on how parsing speed changes for big files. This is somewhat blocked by #20. When that one's implemented I'd like CoreXLSX to write out and parse...

enhancement

**Version** CoreXLSX (0.14.1) -- I'm using this one just because there's a CocoaPod for it. **Description of the bug** Cells in Excel which contain mixtures of font styles -- like...

With the NameManger you can give Areas of a sheet a name. It would be good, to have the possibility to get these named areas- eg. ``` struct NamedArea{ name:...

This adds the possibility to check the state of the worksheet. In particular it allows seeing whether the sheet is hidden or visible.

**Version** CoreXLSX 0.14.2 **Description of the bug** When trying to read an XLSX file that contains a formula using FILTER function with XLSXFile(filepath: filename) it fails with this error: "debugDescription:...

help wanted

Hi, i need some information regarding formulas that are applied on cells, Does CoreXLSX re calculate /evaluate formulas and updated xlsx cells with new values.

Bumps [activesupport](https://github.com/rails/rails) from 6.1.6.1 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies