New Post: Text File Imports
Thank you for the quick response. I really appreciate it. Too bad; I was hoping it would work.
View ArticleNew Post: Unable to get format data cell using closexml
using trygetvalue foreach cell in a great file program appear very slow. have you a suggest to accelerate program? i have to use trygetvalue in each cell because i don't konw which cell is date so i...
View ArticleNew Post: using trygetvalue program is very slow
hi, i have a problem using trygetvalue in a excel file. using this function in each cell to undertsand if my cell is a data and in this case getting value, my program is very slow without trygetvalue...
View ArticleNew Post: Text File Imports
Yes, only you know what to expect when reading a text file ... what are the delimiters, how many columns, what type of values are in each column, so it is quite a lot to expect software to parse a...
View ArticleNew Post: Text File Imports
roberttanenbaum: I'm sorry, no disrespect intended, but that is simply incorrect. I was using another library which also uses Open XML as its backbone and was able to import text files directly to a...
View ArticleNew Post: Check DataValidation
if the cell has a validation like currency and the values in 'usd,cny,eur,cad' and its a dropdowslist But if the cell value displayed 'abc' and not in the currency ranges. How can i check or get the...
View ArticleCreated Unassigned: 'System.IO.IsolatedStorage.IsolatedStorageException'...
I'm trying to create a COM component using ClosedXML. It's working perfectly until I go to save the file. Everything works fine when I run a COM test under .NET, but when I connect it to VB6 it pitches...
View ArticleNew Post: Check DataValidation
With Excel, the program wouldn't let you select a value not in the list. With ClosedXML you're responsible for setting a valid value.
View ArticleCreated Unassigned: Cross-worksheet Cell and Range hyperlinks should work [9392]
The XLHyperlink constructor currently converts a Cell or Range into an address string __without the sheet name__. This means that cross-worksheet hyperlinks don't work correctly. If I create a...
View ArticleNew Post: Excel 2013 - 2010 compatibility
Hi first time posting, I figured out how to fix this after reading your posts above and this herehttp://support.microsoft.com/kb/296492 TLDR see below for solution if you get the x' was an undeclared...
View ArticleNew Comment on "Adding an AutoFilter to a Range"
ws.AutoFilter.clea() gives an error An unhandled exception of type 'System.NullReferenceException' occurred in ClosedXML.dll Additional information: Object reference not set to an instance of an object.
View ArticleNew Comment on "Adding an AutoFilter to a Range"
ws.AutoFilter.clear() gives an error An unhandled exception of type 'System.NullReferenceException' occurred in ClosedXML.dll Additional information: Object reference not set to an instance of an object.
View ArticleNew Post: Get formula's value
http://closedxml.codeplex.com/workitem/7614 I have try get the valuecached but its null sometimes. And do u have a good way to get the value ? Thank U. object objValue = null; if (cell.HasFormula) {...
View ArticleNew Comment on "Adding DataTable as Worksheet"
found a way to remove filter. var doc = new XLWorkbook() ; var sheet1 = doc.Worksheets.Add(datatable) sheet1.Table("Table1").ShowAutoFilter = false;
View ArticleReviewed: ClosedXML 0.75.0 (Nov 20, 2014)
Rated 5 Stars (out of 5) - Thank you! This is excellent, really easy to use compared to the OpenXML SDK.
View ArticleNew Post: Loading SSRS Excel spreadsheet throws Object reference not set error
I'm loading the xlsx excel spreadsheet that was created from a SSRS report built using Sql Server Data Tools of Sql Server 2012. Has this happened to anyone else? In this line: XLWorkbook workbook =...
View ArticleCommented Unassigned: CopyTo one to another workbook style error [9389]
```System.Collections.Generic.KeyNotFoundException mscorlib.dll!System.Collections.Generic.Dictionary<int,System.__Canon>.this[int].get(int key) + 0x8a >...
View ArticleNew Comment on "Documentation"
This is brilliant! If we had something like this for word docs a couple of years ago the project I was one would have been cut in half!
View Article