Edited Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like this:```style =...
View ArticleCommented Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like this:```style =...
View ArticleCommented Unassigned: Rels file contains invalid (sort of) reference. [9320]
When saving a workbook, the rels file in the package refers to the workbook as "/xl/workbook.xml".When opening in Excel it doesn't care, but if you save the file using excel (after opening it) the...
View ArticleSource code checked in, #10839d45a9ce688094a2b9264a6650bf9334de53
Make FirstPageNumber a UInt32
View ArticleNew Post: Value was either too large or too small for an Int32
Pick up the latest source code.
View ArticleNew Comment on "Showcase"
Any examples of this tool that include the USING statements that are necessary to successfully run the examples??
View ArticleNew Post: Value was either too large or too small for an Int32
C:\EEP2012\ClosedXML\Excel\XLWorkbook_Load.cs LINE 1578: if (pageSetup.FirstPageNumber != null) ws.PageSetup.FirstPageNumber = Int32.Parse(pageSetup.FirstPageNumber.InnerText);...
View ArticleCommented Unassigned: borderstyle problem [9321]
Hello,I have an issue, i'm working with MS Dynamics AX 2009.I need to apply a border style, but the values for the XLBorderStyleValues enum aren't showing up.I believe it should be like this:```style =...
View ArticleNew Post: How to determine if two cells are merged together
Thanks, that did that trick. Nice job by the way, really enjoying it. Cheers, Omni
View ArticleNew Post: ClosedXML and Compact Framework
Hi MDeLeon, Thank you for your response. I have tried a couple of example based on OpenXML buti'm still getting error ("The version of the assembly System, Version=2.0.0.0, Culture=neutral,...
View ArticleNew Post: Value was either too large or too small for an Int32
You don't have the latest source code.
View ArticleCreated Unassigned: richText.Bold returns false if entire cell text is...
Individual words are detected but if the entire string is bold, false is returned. Am I missing something?
View ArticleCommented Unassigned: richText.Bold returns false if entire cell text is...
Individual words are detected but if the entire string is bold, false is returned. Am I missing something? Comments: edit: item.Cell(y).HasRichText returns false if the entire string is bold
View ArticleCommented Unassigned: richText.Bold returns false if entire cell text is...
Individual words are detected but if the entire string is bold, false is returned. Am I missing something? Comments: I don't understand the problem: var ws = new XLWorkbook().AddWorksheet("Sheet1");...
View ArticleCommented Unassigned: richText.Bold returns false if entire cell text is...
Individual words are detected but if the entire string is bold, false is returned. Am I missing something? Comments: ``` //check for bolds if (y == 16 && item.Cell(y).HasRichText) { string...
View ArticleCommented Unassigned: richText.Bold returns false if entire cell text is...
Individual words are detected but if the entire string is bold, false is returned. Am I missing something? Comments: ws.Cell("A1").Style.Font.SetBold();...
View ArticleCommented Unassigned: Index of RowLabel and ColumnLabel in PivotTable [9326]
File XLWorkbook_Save.csLine 2222Creation of RowLabels```var f = new Field {Index = pt.Fields.IndexOf(xlpf)};```Line 2240```var f = new Field {Index = pt.Fields.IndexOf(xlpf)};```The index of RowLabels...
View ArticleCommented Issue: Open ClosedXML Doc on Android Device [8736]
Last year, I converted a program-generated Excel file from the old Microsoft document API to Open XML. It was clunky and time consuming, until I discovered ClosedXML. Wow! What a difference. It has...
View ArticleNew Post: Disable AutoFilter in Table
Is this the most current information? I tried using wb.Worksheet(worksheetNum).AutoFilter.Enabled = false ; wb.Worksheet(worksheetNum).AutoFilter.clear(); The first one did nothing, the second has a...
View ArticleSource code checked in, #8e2b7fcbd991e92d58cb89a2022c3bc605fe8c31
Even more memory and performance improvements.
View Article