Commented Unassigned: Bug - Range.CopyTo issue with partly overlapping source...
When a source range spanning multiple rows and columns is copied to a target range which partly overlaps the source range, some resulting cells are blanked out and borders are not formatted. The issue...
View ArticleCommented Issue: Implement Subtotals [7862]
I'm not sure how to upload a file, but here's an example. Let me know if that helps. I think, using the examples of formulas and ranges you gave above, I could make it work for the specific spreadsheet...
View ArticleCreated Unassigned: IXLColumn.AdjustToContents doesn't work correctly on a...
When using a HighDPI display, IXLColumn.AdjustToContents doesn't work as expected; it makes the columns too long, probably by the same percentage as currentDPI / 96.The problem is probably around...
View ArticleCommented Unassigned: IXLColumn.AdjustToContents doesn't work correctly on a...
When using a HighDPI display, IXLColumn.AdjustToContents doesn't work as expected; it makes the columns too long, probably by the same percentage as currentDPI / 96.The problem is probably around...
View ArticleReviewed: ClosedXML 0.75.0 (Oct 02, 2014)
Rated 5 Stars (out of 5) - Great work, works like a charm! Very easy to understand API, thanks for all your work that you put into it.
View ArticleCreated Unassigned: SetDataType(XLCellValues.Text) for setting Text with...
Thanks for the amazing library. Really appreciate it.I am using ClosedXML 0.75.0I looked at the following documentation on how text with numbers can correctly show up in Excel without the error "Number...
View ArticleCommented Unassigned: SetDataType(XLCellValues.Text) for setting Text with...
Thanks for the amazing library. Really appreciate it.I am using ClosedXML 0.75.0I looked at the following documentation on how text with numbers can correctly show up in Excel without the error "Number...
View ArticleCommented Unassigned: SetDataType(XLCellValues.Text) for setting Text with...
Thanks for the amazing library. Really appreciate it.I am using ClosedXML 0.75.0I looked at the following documentation on how text with numbers can correctly show up in Excel without the error "Number...
View ArticleNew Post: Excel cannot open file because the file format or file extension is...
mcconnelljh wrote: FYI, once I deployed my app to my production web server everything worked and fell into place so obviously something is up with my local setup. Thx for all your help earlier. Just so...
View ArticleNew Post: Change header of table
Hello, I am creating a workbook with a worksheet and a table. Afterwards I want to change the title of the header for each column. I have already tried different ways, but when I open the xmls file,...
View ArticleNew Post: ClosedXML source code?
Is there any way to get the ClosedXML source code in a MS Visual Studio solution, so we can compile it ourselves? BTW: It would be great if ClosedXML generated OpenXML source code. TIA
View ArticleNew Post: Does ClosedXML support Pivot Tables?
Does ClosedXML support Pivot Tables? To what extent? TIA.
View ArticleNew Post: Does ClosedXML support Pivot Tables?
"Documentation" button on the menu bar -> Pivot Table Example
View ArticleCreated Unassigned: Exception while reading a cell with datatype number and...
Hi,I am getting a runtime exception 'Input string was not in a correct format' when I am trying to read a cell of type 'Number' and when its blank in the excel sheet. Below is the code while writing...
View ArticleEdited Unassigned: Exception while reading a cell with datatype number and...
Hi,I am getting a runtime exception 'Input string was not in a correct format' when I am trying to read a cell of type 'Number' and when its blank in the excel sheet. Below is the code while writing...
View ArticleNew Post: Exception while reading a cell with datatype number and cell is empty.
Hi, I am getting a runtime exception 'Input string was not in a correct format' when I am trying to read a cell of type 'Number' and when its blank in the excel sheet. Below is the code while writing...
View ArticleClosed Unassigned: Exception while reading a cell with datatype number and...
Hi,I am getting a runtime exception 'Input string was not in a correct format' when I am trying to read a cell of type 'Number' and when its blank in the excel sheet. Below is the code while writing...
View ArticleNew Post: Exception while reading a cell with datatype number and cell is empty.
That's because you're setting the data type of number to a cell that contains a string. You probably meant to set the cell format/style as number. For that you can use the number format id of 2...
View Article