Created Unassigned: cant use closedXML [9484]
hi, i cant use ClosedXml. I'm using Visual Studio 2015 4.6 .NET framework i only created a new Windows Forms Application project with visual studio 2015.i added reference ClosedXML.dll.i added only a...
View ArticleCommented Unassigned: Syntax Error with VLookUp and/or Concatenate [9174]
Hi,I've been using ClosedXML to read an Excel file (2010 version), and I get an error while reading the content of a cell containing this formula : In Excel (french version)...
View ArticleNew Post: DateTime formatting
How can I get a date column to show date and time? wb.Worksheets.FirstOrDefault().Column("B").Style.DateFormat.SetFormat("mm/dd/yyyy h:mm"); This format is working only for the date, but for the time...
View ArticleNew Post: How to download the generated file?
You'll have to save your workbook as a memorystream and write it to the HttpResponse. Something like this:using (XLWorkbook wb = new XLWorkbook()) { // create your workbook here "MyWorkBook" // then...
View ArticleCommented Unassigned: cant use closedXML [9484]
hi, i cant use ClosedXml. I'm using Visual Studio 2015 4.6 .NET framework i only created a new Windows Forms Application project with visual studio 2015.i added reference ClosedXML.dll.i added only a...
View ArticleCreated Unassigned: error saving file with databars [9485]
Hello,Trying to add conditional formatting to a Range - AddConditionalFormat().Databar(XLColor.Green);And then SaveAs.In a range there are number values. In Excel I can add conditional formatting...
View ArticleCreated Unassigned: Setting DataType for entire column leads to huge memory...
Hi guys,Just have found a weird bug:1. Create a workbook and a worksheet in it.2. Set data type for entire column to Text.3. This operation adds around 350Mb (on my x64 machine) to the process memory...
View ArticleNew Post: Iphone-Ipad cant open genereted files
We are facing the same issue on iPhone while using ClosedXml.
View ArticleNew Post: Excel Data Type
Data type seems doesn't work for Excel. For example, I set value of cell (1,1) as number 1 and its datatype as number below. ws.Cell(1,1).Value = 1; ws.Cell(1,1).DataType = XLCellValues.Number; After...
View ArticleCreated Unassigned: Multiple save() causes cell formating to break [9487]
Scenario:1. Open excel file from file and add DateTime to A1.2. Call Save() for 50 times.3. Open file in Excel. I see double instead of datetime.Each call to Save() adds next entry to...
View ArticleNew Post: is it possible to set a filter at row 5 in the file excel using...
hello Is it possible to set a filter at row 5 in the file excel using this tool? could you help me please because i am wasting time, but a lot, this is my second day working on it
View ArticleNew Post: Streaming large excel files
Hi, I have been using this library for more than 3 years without any issues. Thank you very much for providing a wonderful library. I am trying to stream the Excel file contents as it gets generated...
View ArticleNew Post: Feature request: Initial zoom of spreadsheet
I cannot see where this is implemented. The most current version I have is 0.76.0 from Dec 2014. This looks as if it was implemented after that date. Where/how do we get this?
View ArticleNew Post: Feature request: Initial zoom of spreadsheet
Sorry, I did not push my version because I did other changes for my specific needs which are not related to that. You have everything you need in my last post to make the change yourself.
View ArticleNew Post: Styles.xml numFmts 2 instead of 1
Hello, I'm facing a problem which a bit wierd: When I a download my Excel generated by ClosedXML, 9 times on 10 it is ok. 1 time on 10, the design totally messed up. So, I look closely to the generated...
View ArticleCreated Unassigned: Umlauts in hyperlinks to files don't work [9488]
Trying to add hyperlinks pointing to a file on a network share containing umlauts in the path (e.g. "X:\Pläne\list.xlsx") - yes, I know what should be done to people creating these folders ;) I use...
View ArticleEdited Unassigned: Umlauts in hyperlinks to files don't work [9488]
Trying to add hyperlinks pointing to a file on a network share containing umlauts in the path (e.g. "X:\Pläne\list.xlsx") - yes, I know what should be done to people creating these folders ;) I use...
View ArticleEdited Unassigned: Umlauts in hyperlinks to files don't work [9488]
Trying to add hyperlinks pointing to a file on a network share containing umlauts in the path (e.g. "X:\Pläne\list.xlsx") - yes, I know what should be done to people creating these folders ;) I use...
View ArticleEdited Unassigned: Umlauts in hyperlinks to files have wrong encoding [9488]
Trying to add hyperlinks pointing to a file on a network share containing umlauts in the path (e.g. "X:\Pläne\list.xlsx") - yes, I know what should be done to people creating these folders ;) I use...
View ArticleCreated Unassigned: Formula IFERROR not included [9493]
Hi, first of all: Thank you for the ClosedXML-API!I have a Worksheet with the formula "IFERROR(Auswertung!B113,""""), but I can't get the value.Is there a possibility to get the cell text without...
View Article