-
The picture I have in my mind is to separate the workbook into larger topics each with various notebooks on the various contained topics.
* Likelihoods: profiles, intervals and systematics.
Usin…
-
Hello,
I have a Excel workbook template that has a bunch of formulas bound to a Drop down list. I load it using `workbook.xlsx.readFile`, play with the data bound to the formulas, but when I do sav…
-
**Describe the bug**
If my workbook has special character in it, my filter fails. I'm currently working around this but hoping that it can be fixed.
**Versions**
Details of your environment, in…
-
The column "Workbook" is not returned from the datasource and is not a calculated field. Several sheets include it and are not displaying any data due to the missing field.
-
## Summary
Provide a setter for the workbook item Description Field
## Request Type
Support a REST API
The API: PUT /api/api-version/sites/site-id/workbooks/workbook-id supports a description …
-
## 🐛 Bug Report
When using Streaming xlsx writer, when any cell in the worksheet has a hyperlink in conjunction with any cell in the worksheet having a data validation makes the final excel file un…
-
Hi When I try to open a workbook on one of my xls files I get the following error.
```rust
fn main() -> Result {
let mut workbook: Xls = open_workbook("bla.xls")?;
Ok(())
}
```
…
-
**Is your feature request related to a problem? Please describe.**
Sometimes it is very useful to be able to import data from another spreadsheet. For example, I have used this in the past to keep so…
ni-ka updated
2 weeks ago
-
This is an obscure one. I have a worksheet with an OLE Object on it - an Equation object from a very old version of Excel which wasn't visible on the sheet (and I didn't actually realise it was there)…
-
The following will cause corruption or loss of data to an existing sheet (sheet1) that contains Excel Data Types such as stocks.
```
$data = ConvertFrom-Csv @'
Ticker,Date,Units
VOO,11/22/2024,1…