FastExcel icon indicating copy to clipboard operation
FastExcel copied to clipboard

Fast Excel Reading and Writing in .Net

Results 36 FastExcel issues
Sort by recently updated
recently updated
newest added

The library does not handle different cell formats . This causes causes an issue with numbers and dates. List of all issues mentioning this: #46, #43, #33,

enhancement

e.g. passing "=RAND()" as a value doesn't quite work. Best, Nestor

[Puget+Sound+Soaring+Association_Balance+Sheet (4).xlsx](https://github.com/ahmedwalid05/FastExcel/files/7781944/Puget%2BSound%2BSoaring%2BAssociation_Balance%2BSheet.4.xlsx) When reading the above file with FastExcel, cells with string contents behave as expected, whereas cells with numeric contents return zero. In the original file, only some cells...

Worksheet does not have any functionality for converting rows back to object. You can read data from excel sheet this will return only rows with cell but not enumerable. This...

Hi, I try ed using FastExcel with C# 9 Record types and those generate a runtime type called EqualityContract. Using FastExcel: Write(IEnumerable objectList, int sheetNumber, bool usePropertiesAsHeadings) objectList will include...

If exists in zip, then use constant for filename, don't postfix filename with sheet number in this case. I encountered this problem in some recent Excel .xlsx files, and fixed...

bug

Hi, I tried to use FastExcel in a mobile app project done using Xamarin forms. I installed version 3.0.2 via NuGet. I tried several examples (with similar outcomes) but I...

bug
question

Tries to parse the row number for an image http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing ![image](https://user-images.githubusercontent.com/3484109/32386377-37a8d022-c07e-11e7-9789-68d06230f93b.png) This causes an exception when trying to get rows. Would recommend filtering out spreadsheetDrawing rows. Unless these are to...

bug

We have the situation that we want to fill an excel template that has several worksheets. Is there a better way to do this instead of: ``` using (FastExcel.FastExcel fastExcel...

bug

When running under a Russian environment with ',' separator, FastExcel creates xlsx files that Excel reports as corrupt and it repairs them. This is caused by FastExcel using the implicit...

bug