-
I was trying to open an excel file but the following error occurred:
```elixir
** (KeyError) key :workbook not found in: {:error, "expected a single target in []"}. If you are using the dot syntax, …
-
[test-1.xlsx](https://github.com/user-attachments/files/15964433/test-1.xlsx)
I have this xlsx file when i read out the output does not match what is in the xlsx. Any idea what is wrong?
-
I can use the library when I run spark on my local windows machine and read excel files on the same machine. However, when I upload the files to WASB on Azure and use HDInsight cluster for running spa…
-
This is well-known issue since it is documented in the code but actually the fix is simple. But first, let me explain the issue to give more context for anyone reading this proposal:
When we only w…
-
Hi @KingMichaelPark, is this float64 rounding really necessary?
https://github.com/TheDataShed/xlsxreader/blob/6f2298af535f51afe054ddeaa9336563aa04215f/rows.go#L235-L240
What I can see from issue …
-
Here is the code that I have written to read the attached file:
package main
import (
"bytes"
"encoding/csv"
"fmt"
"log"
"github.com/thedatashed/xlsxreader"
)
// …
-
While reading an XLSX (which I cannot unfortunately share, but will be able to re-test on it if we figure this out), I got the following error:
```
** (MatchError) no match of right hand side valu…
thbar updated
7 months ago
-
I have a spreadsheet (attached) that has 81 columns, yet some of the rows read only 79 or 80 columns . I have tried Excelize and it also has the same trouble with two of the spreadsheet columns when t…
jsd3 updated
5 months ago
-
If a cell has the link in it, as plain text, then all is well. However, if the cell has text with a link associated with it that link is not extracted.
The underling XML for the sheet has:
```
…
-
**Describe the bug**
Number Of Test Reported Is Incomplete.
Example Scenario:
I have 2 Test classes with 4 test cases each. But on allure reports only 6 test are reported.
NOTE: That the 2 missi…