-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Load Excel workbook
2. WorkBook.Load Fails
3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you se…
-
I have a simple spreadsheet with a simple chart. I'm trying to copy the .ods file, add some data, and save. This yields the following error:
```
/home/aidan/.local/share/gem/ruby/3.0.0/gems/rspreads…
-
## 🐛 Bug Report
Hyperlinks pointing to a place in the same document are not being read, when obtaining the cell only the text value is read. If the excel is loaded and then immediately saved, the r…
-
**Describe the bug**
Can't assign description property to WorkbookItem as I can with others properties. I noticed that tests skips this property for unknown reasons.
**Versions**
Details of envir…
-
Hi I try to edit my excel file.
But there are problems with editing styles.
`let workbook = new excel.Workbook();
workbook.xlsx.readFile(`old.xlsx`).then(function () {
let lineFont = worksheet…