-
Hello tablesaw team.
I've question regarding setup of data type for the Table if I don't know the amount of colums.
I have 30_000x2000 feature csv file with 0.0 and some other amount of Double numbe…
-
![image](https://user-images.githubusercontent.com/11851142/131768104-c4345672-519a-4c81-9b18-8308716db183.png)
eec 版本 0.4.11
RexH0 updated
3 years ago
-
Hi,
First of all, thanks for this awesome package.
I'm using the XlsxReader to import excel file, in one of my tests I came across the following issue:
When the reader auto-detect the column typ…
-
Please make a release for https://github.com/TheDataShed/xlsxreader/pull/37. This seems to solves the problem of xlsx read getting stuck for large sharedStrings.xml
-
There is a buggy condition on some excels when there are blank columns at the start of the sheet.
When `es.decide.toolbox.util.XlsxReader#createTable` calculates header names it uses a `for(Cell ce…
lujop updated
3 years ago
-
When reading an excel with data like this:
```
some_col, my_empty_col, other_col
1,,"hi"
```
"my_empty_col" does not exist on the resulting Table.
For reference the Csv reader seems to work fi…
-
I'm trying to import excel file .xlsx that contains 17K row, the program fails because I have a column that starts with 0 and in the middle of the column there is some values type string.
**CODE:**…
-
Using the latest dev-master of this library. I get the following error when overriding the Xlsx reader library:
`Attempted to call an undefined method named "securityScan" of class "lyquidity\xbrl_…
-
I modify cell `F13` of "multitable.xlsx" worksheet "wb1", from `=E13*2` to `=-E13*2` (then the value becomes -26.74), then
```
$ dub test
\std/variant.d(1735): [unittest] Variant: attempting to…
-
I am reading xlsx as below.
```
public static void main(String[] args) throws SpreadsheetReadException {
final File xlsxFile = new File("target/pages-1.xlsx");
final XlsxReader reader …