-
When using **writetable** to create an .xlsx file with multiple sheets, only a single sheet is visible when opened in some applications, for example: Tableau. I believe this is because only a single …
-
I read a template file with styles but using ```cellStyles: true``` is not working, below is my code:
```
const exportReportCardExcel = async (data) => {
const binaryString = await readFile(Exp…
-
I have been trying to use the library but I come across a CellTAttribute error. It states that it does not know of the inlineStr `t` attribute.
The offending part of the document seems to be this i…
-
Since you’re using Windows and Excel, the C# library (redmine-net-api) is a great choice for ease of integration with Windows and handling updates in Redmine. Here’s why:
Excel and .NET Compatibili…
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
Hello,
I am trying to parse an xlsx file on client right after selecting it on an input. I am following the steps suggested in readme file but it seems that the file is not loaded correctly into th…
kevag updated
4 years ago
-
```python
from openpyxl.reader.excel import load_workbook
xlsx_fp = r"D:\xslx_with_ole.xlsx"
out_fp = r"D:\xslx_with_ole_processed.xlsx"
wb = load_workbook(xlsx_fp, keep_vba=True) # cause …
-
I am loading an XLSX file and I get the correct worksheet name and also the correct number of rows and columns(cells).
Worksheets: 1
Columns: 59
Rows: 29075
The issue is that all the cells pri…
woigl updated
3 years ago
-
### Am I using the newest version of the library?
- [X] I have made sure that I'm using the latest version of the library.
### Is there an existing issue for this?
- [X] I have searched the existin…