Source code checked in, #6712cf78be394f19025c4458d7af5134a33f5775
Heights and widths no round to 6 decimal places.
View ArticleClosed Unassigned: Lots of tests fails [9422]
HiWhen I clone the source (Git hash: 4cbcac89e85eb03c9cf31ad4162e729db69a596f) and run the tests 95 of the tests fails.I have not analyzed all of them, just picked the first: AddingDataSet:```Test...
View ArticleNew Post: General performance improvements
I haven't profiled the library in a while. Create an issue and attach a program that creates a file with 500K cells that mimics the files you're creating. That way I wouldn't be profiling fake data....
View ArticleCommented Unassigned: Lots of tests fails [9422]
HiWhen I clone the source (Git hash: 4cbcac89e85eb03c9cf31ad4162e729db69a596f) and run the tests 95 of the tests fails.I have not analyzed all of them, just picked the first: AddingDataSet:```Test...
View ArticleCommented Unassigned: Lots of tests fails [9422]
HiWhen I clone the source (Git hash: 4cbcac89e85eb03c9cf31ad4162e729db69a596f) and run the tests 95 of the tests fails.I have not analyzed all of them, just picked the first: AddingDataSet:```Test...
View ArticleNew Post: Whats different to a file saved in excel?
I recently tried importing an excel file created in ClosedXML into an external system. I received a generic error from their system which I couldn't decipher. To see if there was an issue with the data...
View ArticleNew Post: Whats different to a file saved in excel?
Just to explain..I add the following code to work around this issue (shouldn't have to in my opinion) It effectively opens the file and saves it again Dim excelApp = New...
View ArticleNew Post: Inserting Rows without a Loop
Hello! I've got a problem with inserting rows. I have an Excel spreadsheet with about 5k rows. I want to insert an additional row after each row that matches a certain criteria and add a formula to it...
View ArticleCommented Unassigned: Lots of tests fails [9422]
HiWhen I clone the source (Git hash: 4cbcac89e85eb03c9cf31ad4162e729db69a596f) and run the tests 95 of the tests fails.I have not analyzed all of them, just picked the first: AddingDataSet:```Test...
View ArticleNew Post: Inserting Rows without a Loop
1) Compile your app to 64 bits (to get rid of Out of Memory exception) 2) Turn off events (to speed up the process) var wb = new...
View ArticleNew Post: IntegerExtension.ToStringLookup not threadsafe?
We'll give it a shot and see if the issue is resolved. Thanks!
View ArticleCreated Unassigned: Improve performance [9425]
HiThere is room for performance improvements in ClosedXML.To create a performance base line I updated the sandbox example in the branch...
View ArticleNew Post: Whats different to a file saved in excel?
Anyone able to help? I'm trying to find a way of not adding COM references to my solution before it's release today.
View ArticleSource code checked in, #969c276db667d0ff5b2707ef9627254db572dd95
Merge branch 'PerformanceImprovementsCombined' of https://git01.codeplex.com/forks/albinsunnanbo/closedxml into AlbinSunnanbo/closedxml
View ArticleSource code checked in, #ad7bfc93620a1b0fee59fb0689ab4a7d27ea58c1
IsMerge is now faster.
View ArticleCommented Unassigned: Improve performance [9425]
HiThere is room for performance improvements in ClosedXML.To create a performance base line I updated the sandbox example in the branch...
View ArticleCommented Unassigned: Improve performance [9425]
HiThere is room for performance improvements in ClosedXML.To create a performance base line I updated the sandbox example in the branch...
View ArticleCommented Unassigned: Improve performance [9425]
HiThere is room for performance improvements in ClosedXML.To create a performance base line I updated the sandbox example in the branch...
View ArticleSource code checked in, #cb669076253e069f7a6f66a63a94c73bdf43f523
Cache ToInvariantString
View ArticleCommented Unassigned: Improve performance [9425]
HiThere is room for performance improvements in ClosedXML.To create a performance base line I updated the sandbox example in the branch...
View Article