-
Hi, I was trying ExcelDataReader and was wandering if I can read nesting level of a specific row. I couldn't find this feature, do you have it? Maybe worth adding?
For example: see, line 6 is at nest…
-
Hi,
i m using ExcelDataReader library for converting .xls and .xlsx to text file.
I m using AsDataSet and then process the DataTable[s].
I am having some problem with Date type.
In some files, the…
-
can we load excel data using this libraray and query the dataframe as we do in padnas using sql command
df.select("select col1,col2,from df")
-
Если пользователь указал что данные являются строкой, их нужно импортировать как строку, даже если это строка, состоящая из цифр.
1. Мы не разрушаем такие величины "020101" ("Номер муниципалитета",…
-
I'm not entirely sure, but as far as I can, images embedded into excel files cannot be loaded so far with the ExcelDataReader, isn't it? Or is there any trick how to perform that? Embedded pictures se…
-
Hi everyone,
Is there a way to ignore subscript/superscript in a cell value? or a metadata notifying their existence?
-
The ApsimTextFile assumes the data being read is in particular custom formats. This used to be primarily the BOM format, but it also exists heavily in OpenExcelReader() which assumes at least 4 column…
-
### Steps to reproduce
Simple inner join with the local list is generating an error. The same code is working well in DotNet Core 2.2
Packages referred in the project are as under:
```
…
-
ExcelReaderFactory.CreateReader(stream) throws exception when stream.CanSeek is false.
In my case the stream comes from a HttpClient and it's not a seekable stream.
-
Hi, is there currently any way to read the color/fontSize/etc formatting of a cell?
And if not, are there plans to support it?
My challenge is that I work with excel files that have arbitrarily de…