New Post: set picture fill for comment
Hello, I need to set picture fill for the cell comment. But I could not find how to do. Is that property absent? If not, can you define the way ? Thank you (actually I found it in spreadsheetlight tool...
View ArticleNew Post: Problem with the formula
Hello. I have a problem with the recording of the formula in the cell. Formula - "=IF(A6>$A$4;0;1-(E6+F6)/C6)". Sample Code: var workbook = new XLWorkbook(); var worksheets =...
View ArticleNew Comment on "Finding and extracting the data"
Is this the only documentation about how to read data? I find this example very lacking in detail and hard to learn from. Pretty please make something more in depth!
View ArticleNew Post: Better tutorial on how to read data?
I find the tutorial in the 'real world examples' documentation to be very lacking in detail and hard to learn from. Does anyone know where I can find something better?
View ArticleNew Post: Access to WorkbookView Class for Tab Ratio
It doesn't appear that there is a way to access "DocumentFormat.OpenXml.Spreadsheet.WorkbookView" in order to modify the "TabRatio" for a particular workbook. This is the value that tells Excel how...
View ArticleNew Comment on "Showcase"
@MEERAM395 At a guess? "var excelTable = rngData.CreateTable();" is creating a Pivot Table, hence the filter drop downs which are part of the table, not the worksheet
View ArticleNew Post: Vlookup function supported by Closedxml
Any more news on Vlookups support? This would be a great feature for us.
View ArticleCreated Unassigned: Unable to open generated .xlsx [9465]
I'm wondering if the .xlsx file generated with ClosedXML is really "standard", since when I open it with Excel the document gets "fixed" in some way: when I try to close the window, Excel shows me an...
View ArticleCreated Unassigned: AddConditionalFormat() does not localize properly for...
I am using conditional formatting and it works great with my U.S. settings. When I try to localize my application, the conditional formatting in the translated spreadsheets works great for Italian and...
View ArticleNew Post: Macros
Hello. This componet can execute Macro. Example in excel excelApplication.Run("Módule1.DoSomething", Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing,...
View ArticleCreated Unassigned: Can't disable the default column filter [9467]
Hi, It seems that it is not possible to disable the default column filter. I tried a few options including MyWorkSheet1.AutoFilter.Enabled = falsebut the generated excel still has filters on all...
View ArticleReviewed: ClosedXML 0.76.0 (Dec 13, 2015)
Rated 5 Stars (out of 5) - A few minor features doesn't seems to be working but overall all excellent solution and really easy to use.
View ArticleCreated Unassigned: ClosedXML open .xlms [9468]
Hi,I'm trying to read a .xlms file and its not opening. I have search a bit and found that probably ClosedXML doesn't read .xlms files, and this is available here on codeplex (...
View ArticleEdited Unassigned: ClosedXML open .xlms [9468]
Hi,I'm trying to read a .xlsm file and its not opening. I have search a bit and found that probably ClosedXML doesn't read .xlsm files, and this is available here on codeplex (...
View ArticleCreated Unassigned: Cell ranges are not supported in the PRODUCT function [9469]
Hi.If you run this code, everything will be OK.```var book = new XLWorkbook();var ws = book.AddWorksheet("ws");ws.Cell("A1").Value = 2;ws.Cell("B1").Value = 3;ws.Cell("C1").FormulaA1 =...
View ArticleEdited Unassigned: Cell ranges are not supported in the PRODUCT function [9469]
Hi.If you run this code, everything will be OK.```var book = new XLWorkbook();var ws = book.AddWorksheet("ws");ws.Cell("A1").Value = 2;ws.Cell("B1").Value = 3;ws.Cell("C1").FormulaA1 =...
View ArticleCreated Unassigned: Out Of Memory Creating file [9470]
I am creating an excel file. I cannot seem to get more than 100,000 rows total per workbook before getting an out memory exception. I have turned tracking off.What do I need to supply to help you give...
View ArticleCreated Unassigned: Error when i try release my project using CodeXML [9471]
When i try release my project, the error is in spanish and say __Advertencia 1 La referencia principal "ClosedXML" no se pudo resolver porque se generó con la versión de .NET Framework...
View Article