Commented Unassigned: rangeUsed doesn't appear correct [9364]
Hi. Love this project!!!We have a file where the usedrange is shown as E2:G11 when it should be A2:G11. Any ideas why?Many thanks,ChrisComments: It works as expected. ``` Sheet1 -> B2:G11 Sheet2...
View ArticleCommented Unassigned: rangeUsed doesn't appear correct [9364]
Hi. Love this project!!!We have a file where the usedrange is shown as E2:G11 when it should be A2:G11. Any ideas why?Many thanks,ChrisComments: Very strange... when I open that template using this...
View ArticleCommented Unassigned: rangeUsed doesn't appear correct [9364]
Hi. Love this project!!!We have a file where the usedrange is shown as E2:G11 when it should be A2:G11. Any ideas why?Many thanks,ChrisComments: I get your problem using IncludeFormats = true. Checking...
View ArticleSource code checked in, #042305e910a5a14af4caf416a6c0551fb98757d4
Fix issue with RangeUsed including styles
View ArticleClosed Unassigned: rangeUsed doesn't appear correct [9364]
Hi. Love this project!!!We have a file where the usedrange is shown as E2:G11 when it should be A2:G11. Any ideas why?Many thanks,ChrisComments: Good catch. Pick up the latest source code.
View ArticleCommented Unassigned: rangeUsed doesn't appear correct [9364]
Hi. Love this project!!!We have a file where the usedrange is shown as E2:G11 when it should be A2:G11. Any ideas why?Many thanks,ChrisComments: Thank you so much. :)
View ArticleNew Post: XLSB files cannot be read
Hi, first I would like to thank for this software, its amazing. I don't know if this question was answered before, but, I want to know why we cannot manipulate xlsb files with closedxml, could be for...
View ArticleCreated Unassigned: Strange FileNotFoundException [9365]
I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:Could not find file...
View ArticleNew Post: XLSB files cannot be read
ClosedXML doesn't handle .xlsb files because it's essentially a wrapper around the Open XML SDK which itself doesn't work with .xlsb Sorry
View ArticleCommented Unassigned: Strange FileNotFoundException [9365]
I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:Could not find file...
View ArticleCommented Issue: Data Validation [8628]
I've been searching for a solution to my issue for a while so if I have overlooked a solution, please forgive me.I am trying to set data validation on a column and simply want to pass a comma delimited...
View ArticleCommented Unassigned: Strange FileNotFoundException [9365]
I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:Could not find file...
View ArticleCommented Unassigned: Strange FileNotFoundException [9365]
I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:Could not find file...
View ArticleNew Post: Invalid character
I have the same error: '.', hexadecimal value 0x00, is an invalid character. My code has been working very good and sudenly these error, how do I fix it? Sorry, my english is not good enough.
View ArticleNew Post: Invalid character
That's an illegal character in XML. You'll have to remove it somehow.http://stackoverflow.com/questions/11036799/hexadecimal-value-0x00-is-a-invalid-character
View ArticleCommented Issue: Data Validation [8628]
I've been searching for a solution to my issue for a while so if I have overlooked a solution, please forgive me.I am trying to set data validation on a column and simply want to pass a comma delimited...
View ArticleNew Post: Validation of cell using fixed List of values
After experiencing a similar issue and after much unsuccessful Googling, with the aid of the Microsoft Open XML SDK managed to get to the bottom of this one and the syntax required where you do not...
View ArticleNew Post: Cannot open xlsx with comments generated by LibreOffice
Hello, Apologies for the late answer. I could reproduce a similar error with the following file: http://speedy.sh/T84cG/ClosedXML-CommentIssue.xlsx As described in the original post, this file cannot...
View ArticleCommented Unassigned: Strange FileNotFoundException [9365]
I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:Could not find file...
View Article