Questions tagged [excel-reader]
37 questions
5
votes
1 answer
Does ExcelDataReader for C# require Excel to be installed on the target machine?
Does ExcelDataReader for C# require Excel to be installed on the machine the C# code is executing on?
Some packages (such as Aspose) explicitly state that they are independent of Microsoft.Office.Interop.Excel libraries:
Aspose.Cells for .NET ...…

Fractal
- 1,748
- 5
- 26
- 46
5
votes
1 answer
Looks like there is no Option fo me to set my First Row as Column Names when using the Excel Data Reader in Selenium C#
I am using the Excel Data Reader plugin to read and parse excel data, and I would like to set the "IsFirstRowAsColumnNames" to true then finding out that there is no such definition for my created IExcelDataReader object. See the "XXXXXXXXXX" from…

J.FromHeaven
- 343
- 3
- 9
3
votes
1 answer
How to remove empty rows and extra columns from datatable
I have a process to import data from excel to DB using ExcelReaderFactory. But when there is empty rows/column, we are facing issue. Below is my original code:
IExcelDataReader excelReader =…

user1926138
- 1,464
- 7
- 34
- 53
2
votes
1 answer
get excel sheet row id using exceldatareader into dataset
I have chosen the ExcelDataReader Library for Reading the .XLS and .XLSX files using C#.
ExcelDataReader is perfectly working with both file formats with my local and deployment server environment.
I'm facing issue, how to get all the row id from…

Dinesh Patil
- 104
- 2
- 8
2
votes
2 answers
ExcelReader Factory Fails on last write line
I have an Excel file WKDEL.xls. I want to read all records and import them into an SQL Table I already created.
Example Excel file:
ID | FNAME | T_W_TON | Y_D_TON |…

ivias
- 249
- 1
- 3
- 15
1
vote
0 answers
Flutter Web how to read and write file (xlsx,txt etc)
I am trying to read the two files first one is a text file and the second one is an excel file. I'm using flutter web 2.10 but can't find a way to read those files. I have tried this method but it doesn't work now To read and Write File in Flutter…

Hassan Ali
- 158
- 8
1
vote
0 answers
unprotect password in JavaScript with XLSX.read Javascript API
Read I want when upload file excel (excel is protect with password) unprotect or remove the password with XLSX.read but don't unprotect or remove the password from excel file.
This my code: