Created Unassigned: Modifying table corrupts workbook [9403]
Following line of code will delete table column but also corrupt workbook and table will lose formatting:table.Column(3).Delete(XLShiftDeletedCells.ShiftCellsLeft);
View ArticleCreated Unassigned: Cannot access table columns by header names [9404]
Following doesn't work:table.Column("MyHeaderName").Delete(XLShiftDeletedCells.ShiftCellsLeft);I get IndexOutOfRange exception.
View ArticleClosed Unassigned: Modifying table corrupts workbook [9403]
Following line of code will delete table column but also corrupt workbook and table will lose formatting:table.Column(3).Delete(XLShiftDeletedCells.ShiftCellsLeft);Comments: Delete works as expected:...
View ArticleClosed Unassigned: Cannot access table columns by header names [9404]
Following doesn't work:table.Column("MyHeaderName").Delete(XLShiftDeletedCells.ShiftCellsLeft);I get IndexOutOfRange exception.Comments: Then the table doesn't have a column with that name: var wb =...
View ArticleNew Post: Github
I think CodePlex is the natural home for a project like this (being .net and all). Besides, it's not like people go to Github and search for stuff there.
View ArticleNew Post: Github
They do. I have seen open source projects jump in activity when posted on github. I have posted a copy on GitHub under my account. If you do post it, I will remove mine and fork from yours. Codeplex is...
View ArticleCreated Unassigned: About This repository. [9405]
Hi,Where is this project codebase repository?Do you approve contributions for repository?Thanks.
View ArticleReviewed: ClosedXML 0.76.0 (Dec 29, 2014)
Rated 5 Stars (out of 5) - Great tool. I didn't dig it in depth but it works well at least for simple scenarios and is fast.
View ArticleReviewed: ClosedXML 0.76.0 (Dec 30, 2014)
Rated 5 Stars (out of 5) - This was exactly what I was looking for, and worked exactly as I expected it to the first time I wrote the code and compiled. Thanks!
View ArticleCreated Unassigned: Shifted conditional formating colors after the sheet is...
Hi,great library, thank you!I found a bug in conditional formating. I am filling cells in range with conditional formating setting the background colors by the content. This is the only part of my code...
View ArticleCommented Unassigned: Shifted conditional formating colors after the sheet is...
Hi,great library, thank you!I found a bug in conditional formating. I am filling cells in range with conditional formating setting the background colors by the content. This is the only part of my code...
View ArticleCreated Unassigned: Invalid UsedRange of worksheet [9407]
Hi, I am not sure if it is desired effect, but I get strange result using RangeUsed method of IXLWorksheet. My simple Excel file contains only two columns but with some special structure:| | A | B || 1...
View ArticleEdited Unassigned: Invalid UsedRange of worksheet [9407]
Hi, I am not sure if it is a desired effect, but I get strange result using RangeUsed method of IXLWorksheet. My simple Excel file contains only two columns but with some special structure (look at the...
View ArticleCommented Unassigned: Invalid UsedRange of worksheet [9407]
Hi, I am not sure if it is a desired effect, but I get strange result using RangeUsed method of IXLWorksheet. My simple Excel file contains only two columns but with some special structure (look at the...
View ArticleCommented Unassigned: Invalid UsedRange of worksheet [9407]
Hi, I am not sure if it is a desired effect, but I get strange result using RangeUsed method of IXLWorksheet. My simple Excel file contains only two columns but with some special structure (look at the...
View ArticleCommented Unassigned: Invalid UsedRange of worksheet [9407]
Hi, I am not sure if it is a desired effect, but I get strange result using RangeUsed method of IXLWorksheet. My simple Excel file contains only two columns but with some special structure (look at the...
View ArticleNew Post: Error when trying to open file
Error Info System.IndexOutOfRangeException не обработано Message=Индекс находился вне границ mассива. Source=ClosedXML StackTrace:в ClosedXML.Excel.XLWorkbook.ParseReference(String item, String&...
View ArticleReviewed: ClosedXML 0.76.0 (Jan 07, 2015)
Rated 5 Stars (out of 5) - Works Perfect, thank you very much.
View ArticleNew Post: Table/range: how to check if contains column?
I want to check if a table contains column with specific name, But getting exception when accessing not existing column. Is there some way? var tableMData = dataRange.AsTable(); if...
View ArticleCreated 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 Article