Commented Unassigned: DataRange.RowCount when no data in table [9408]
Hi,I think there is a weird behavior in IXLDataTable.DataRange.RowCount().My code:var dataRange = worksheetMain.Range(cellTableStart, cellTableEnd); var tableMData = dataRange.AsTable();...
View ArticleReviewed: ClosedXML 0.76.0 (ene 07, 2015)
Rated 2 Stars (out of 5) - very slow compared to other libraries as EPPlus :/
View ArticleCreated Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCreated Unassigned: Reduce memory usage during SaveAs() [9410]
I'm trying to use ClosedXml to generate a large sheet (620K rows, 10 columns, CSV version approx 104 MB), loading the data and creating the sheets needs a lot of memory (approx 4 GB) but this is fine....
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleReviewed: ClosedXML 0.76.0 (Jan 11, 2015)
Rated 5 Stars (out of 5) - This is a great tool to drastically reduce the amount of code it takes to create an OpenXML document. Great work on this library.
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCreated Unassigned: InsertData failes if at least one element is null [9411]
Hi,```<TestMethod()> Sub WriteNothing() Dim workBook As New XLWorkbook(XLEventTracking.Disabled) Dim workSheet As IXLWorksheet = workBook.Worksheets.Add("Sheet 1") Dim array(3) As Object array(0)...
View ArticleCommented Unassigned: The specified package is invalid. The main part is...
I am using the closed XML for generating the excel template. After filling the data in the generated excel, I am trying to import the excel with data. It returns error "The specified package is...
View ArticleCreated Unassigned: Formula is broken when you copy [9412]
<Formula of the source cell>=R[5]C-1 var wb = new XLWorkbook(@"C:\Sample.xlsx"); var wsSource = wb.Worksheet(1); wsSource.CopyTo("Copy"); wb.SaveAs(@"C:\Sample.xlsx"); <Formula of the...
View ArticleCreated Unassigned: Loading a new workbook fails under mono [9413]
I am unable to do one of the most basic things, open a new workbook under Ubuntu running monodevelop. The following code:``` XLWorkbook wb = new XLWorkbook("input.xlsx");```throws an...
View ArticleCreated Unassigned: Page break crashes workbook in saving. [9414]
Hi! Thank you for good library.I'm troubled by a simple problem.Sometimes, workbook is crashed in saving.In order to ascertain reproducibility conditions, I prepared simple program.it only repeat...
View ArticleNew Post: Loading SSRS Excel spreadsheet throws Object reference not set error
I have the same problem . "Object reference not set to an instance of an object." I didn't have this problem when we called XLWorkbook on a SSRS 2008 Excel file but now i got the problem when we...
View ArticleCreated Unassigned: Comment.Delete() crashes workbook [9415]
Hi!I'm troubled by a simple problem. Sometimes, workbook including comments is crashed by deleting comment.In order to ascertain reproducibility conditions, I prepared simple program. ``` class...
View ArticleCreated Unassigned: WorkBook opening exception with message "Identifier...
When I trying to open workbook I catch exception.Code: ```var doc = new XLWorkbook(workBookFileName);```StackTrace:```в ClosedXML.Excel.CalcEngine.CalcEngine.Throw(String msg)в...
View ArticleCreated Unassigned: Problem opening created spreadsheet in open office [9417]
I haved used this example to create a spreadsheet. The resulting spreadsheet will open fine in the Microsoft Execel Previewer but gets a general i/o error when I try to open it in OpenOffice Calc. var...
View ArticleNew Post: proctect/lock specific cells
dice12345 wrote: Hi, I cannot seem to be able to figure out how to lock specific cells from any type of editing and ranges of cells. If someone can give me a small example it would be very appreciated....
View Article