TimG1964

Results 36 comments of TimG1964

I've now added an example `.xlsx` file that contains `customXml` internal files. I don't think any of the existing examples contain these internal files. In my example, these elements were...

@felipenoris Could you make a new release for this, please?

Can you clarify what information gets lost? Your two spreadsheets look like this when I open them: d ![Image](https://github.com/user-attachments/assets/0922169e-335b-41ec-bac8-a0fdf486257a) d1 ![Image](https://github.com/user-attachments/assets/e03596a7-8cee-4d71-a42c-82a87ef7be98) So each has exactly three values, in cells `A1`,...

Thank you for clarifying. Can you say what behaviour you'd like to see? In Excel, B1 and B2 also have different values. B2 is "empty", in the same way as...

At the moment, XLSX.jl reads and writes data in ways that are consistent with how Excel itself does it. Adding the switch you suggest seems to go against that, albeit...

Just to note that, even before any changes I've suggested above, it is possible to write into a merged cell using XLSX.jl. Thus, in the `test_merged.xlsx` file, I can write...

If I use the code in PR #280 I can open the file. It isn't read correctly, but it looks like the fix is easy unless I've misunderstood something: ```...

Looking at this a bit more, it seems that several internal XML files in the Excel file have some form of BOM header at the top. Excel can ignore these...