xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

Simple and incomplete Excel file parser/writer

Results 22 xlsx issues
Sort by recently updated
recently updated
newest added

Hi, Reading formula, I get instances of something like `[1]Sheet1!A1` and I would guess that this is a shared reference to an external workbook. How and where would I find...

Hello, I wanted to create a xlsx file with a date column. And no other column, just to try. In my first attempt (see below), I set the number format...

#68 is already the 2nd time when `contents` not accepting empty tag resulted in library error. So it makes perfect sense to recheck other places where it's currently used

there is (not quite detailed) `_wsRowPropertiesMap` but for columns there are only withd in `_wsColumns` while `` element supports more options (e.g. `hidden` or `collapsed`) and e.g. `cwStyle` doesn't look...

enhancement

It looks e.g. that merges from Google Sheets don't work 100% correct in LibreOffice and result from MS Office isn't 100% what the spec says (extra cells with styles appear...

This is not really urgent, but I was thinking of adding xlsx support (in addition to csv) to the [pandoc-placetable filter](https://github.com/mb21/pandoc-placetable), so I'd need a `Worksheet -> [[Text]]` function. I...

I am writing some Parsec combinators for my own use on top of this. Do you want a pull request for them when I am done? I am not sure...

Closes #159 Hey, I've run `stylish-haskell` and also made a script for that

I have followed the examples for pivot tables from the test directory and have been able to successfully generate an xlsx file with a working pivot table. However, when I...

bug
enhancement