-
## 🐛 Bug Report
I have this working on my local machine, but it does not work on the dev server.
The excel file does not download, and I get this error:
`Uncaught TypeError: g.Workbook is not …
-
Steps to reproduce:
1. Create a workbook in Excel with varying column widths
2. Open in openpyxl
3. Use worksheet.delete_cols() to remove a column (e.g. column C in above)
4. Save the work…
-
Hello everyone! Thank you very much for improving this wonderfull program, so far i was able to do alot with it however i think i have found a very strange bug that makes me unable to achieve the desi…
-
According to the [MS-XLSX standard glossary](https://msopenspecs.azureedge.net/files/MS-XLSX/%5bMS-XLSX%5d.pdf#%5B%7B%22num%22%3A47%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C69%2C580%2C0%5D)…
-
👋 We're looking for volunteers to help translate the FaithTech Workbook (this site) into multiple languages. This is a great opportunity to contribute to open-source and help make our documentation ac…
-
There was a compile error in the function read on Oracle 11G.
I fixed it now it compiles on Oracle 11G. (Error at line start with " for r_n in ( "
Thank you for this package which helps me.
…
-
## Failing module
- **GitHub**: https://github.com/ruilisi/fortune-sheet
- **npm**: @fortune-sheet/react
```js
let { Workbook } = await import(
"https://esm.sh/@fortune-sheet/react?deps…
-
**Python version: 3.12.4
tableau_migration: 4.3.0**
Hello peep, I encountered an issue while running a test migration with Python SDK. The context is I only moved a small group of users, 1 user gr…
-
## Description
When generating a pivot table with multiple data fields using caxlsx, the pivot table appears correctly in Google Sheets and Apple Numbers. However, in Excel, the pivot table fails to …
-
The issue example:
```
OpenXLSX::XLDocument doc; // this is used to create and save the workbook
std::vector data; // this contains the data to be saved in 2D matrix for easy insertion into excel
…