New Post: DateTime-Format with /
Hi, first: THANK YOU a lot for sharing this library! This library is just awesome! i'm using sheet.Cell(2, 1).InsertData(IEnumerable<T>) for adding cell-informations. Some of the Cells are...
View ArticleCreated 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 ArticleCreated Issue: Null Reference on Loading File created by OpenXML [8631]
I've managed to create a very basic macro enabled spreadsheet via OpenXML (merging a VBA macro from another spreadsheet along the way).The generated spreadsheet opens up correctly in Excel - the macro...
View ArticleCreated Issue: Workbook Crashes with OpenXML 2.5 [8638]
Just started a new project with ClosedXML and had installed Open XML2.5. As soon as a new instance of a workbook is created, it crashes looking for 2.0
View ArticleCommented Issue: Workbook Crashes with OpenXML 2.5 [8638]
Just started a new project with ClosedXML and had installed Open XML2.5. As soon as a new instance of a workbook is created, it crashes looking for 2.0Comments: ** Comment from web user: Pitterling **...
View ArticleCommented Issue: Workbook Crashes with OpenXML 2.5 [8638]
Just started a new project with ClosedXML and had installed Open XML2.5. As soon as a new instance of a workbook is created, it crashes looking for 2.0Comments: ** Comment from web user: Pitterling **...
View ArticleReviewed: ClosedXML 0.68.1 (Mar 18, 2013)
Rated 5 Stars (out of 5) - Excelent library, awesome work! Keep it going. Thanks ;)
View ArticleNew Post: Convert range to table, treat all rows as data rows
I need to read data from an Excel file into a DataTable, and the Excel file may not include column headers. I have tried using IXLRange.AsTable() as well as IXLRange.CreateTable(), and apparently both...
View ArticleNew Comment on "ClosedXML Predefined Colors"
Is it me, or all the cells in the Color column white?
View ArticleNew Post: Row Adjust to Contents and text wrap
Hi, Iv read all discussions about this problem but stil cant get it. Situation: Cell value is the string of dynamic length. Column width must stay unchanged to fit the page. So i need to adjust row...
View ArticleNew Post: Convert range to table, treat all rows as data rows
When you say DataTable, do you mean System.Data.DataTable so you can use it in a DataGrid control? While ClosedXML can take a DataTable or DataSet or even a List of objects and automatically create an...
View ArticleUpdated Wiki: Home
This project needs a new caretaker!As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a message (People...
View ArticleUpdated Wiki: Documentation
This project needs a new caretaker! As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a PM. Big thanks...
View ArticleUpdated Wiki: Documentation
This project needs a new caretaker! As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a PM. Big thanks...
View ArticleNew Post: This project needs a new caretaker!
As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a message (People tab). Big thanks to everyone who...
View ArticleUpdated Wiki: Documentation
This project needs a new caretaker! As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a message (People...
View ArticleCreated Issue: Error when then formula starts with a "+" [8657]
Today I encounter an issue when the cell has the formula that starts with a "+" (=+'Another Worksheet'!D48).The following code gives the error:CalEngine.cs > GetToken() > line 664```//...
View ArticleNew Comment on "How can I insert an image?"
Can't run this code, error when i open excel file, can you help me?
View ArticleCreated Issue: Hangs on inserting row [8664]
When I try to run the code for the file attached using (var workbook = new XLWorkbook("x.xlsx')) { var worksheet = workbook.Worksheet("Vendors"); worksheet.RowsUsed().First().InsertRowsAbove(1);....it...
View ArticleNew Post: Code examples on creating Pivot Table?
I found some threads that end with "...and we will implement it" - but they are old. Any clues or news? I see the classes and methods there to create Pivot Tables, but my attempts at unravelling the...
View Article