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

**Version** **0.14.1** **Description of the bug** using documentPicker I tried opening an xlsx file however it does not open and it crashes to excel file is corrupted, I tried the...

I am using main branch which i have installed using following pod ` pod 'CoreXLSX'` I am trying to read one excel but its giving me random integer number instead...

Hello, First of all, thank you for you work, it's amazing. I have one question : is it possible to access to a dropdown list ? : Thank you again,...

enhancement

when i parse xlsx,i find the celltype is null of a number and date,why.? i need to distinguish date and number, when i call cell.dateValue directly,i got 1913-09-08 00:00:00

more info needed

See the attached Package.swift, main.swift, and test.xlsx. The spreadsheet contains one worksheet with 3 rows and 3 columns. Yet when reading them Rows 1 and 3 show only 2 columns...

enhancement
documentation

[82A404 (4).xlsx](https://github.com/CoreOffice/CoreXLSX/files/5774826/82A404.4.xlsx) I got the file from a web supporting xlsx format export. I have checked inside the file that there is no sharingString.xml there. When I tried inLineString.text, I...

Hi there! I'd be interested in parsing .docx. Is that of similar scope as this? Ideally, I'd have a markdown to docx parser at some point:)

Is there any roadmap to support `xlsb` file format?

enhancement

It would be convenient if there was something like `file.parseWorksheet(filepath: "xmlfile.xml", name: "myworksheet")`

enhancement

pls add editing & saving

enhancement