New Post: Splash Screen For excel
I need to put a splash screen on start up of excel window to show some terms and conditions to open excel sheet. If user agrees to terms & conditions, he/she can continue otherwise excel window...
View ArticleNew Post: Splash Screen For excel
That's VBA. You need to create the file with the form in Excel as a template then open the template with ClosedXML to put your data.
View ArticleNew Post: Splash Screen For excel
Thank you MDeLeon for your prompt response. But I need this to be done using c# in a MVC controller, so any suggestion on that front would be great.
View ArticleNew Post: Splash Screen For excel
You need to create the file with the form in Excel as a template then open the template with ClosedXML to put your data using c# in a MVC controller.
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: General performance improvements
Hi Thanks for a great library. I'm using ClosedXML in a project where we render quite large reports (500k cells) to Excel. We're not quite satisfied with the creation times and I have started some work...
View ArticleNew Post: IntegerExtension.ToStringLookup not threadsafe?
It looks like this is fixed in https://closedxml.codeplex.com/SourceControl/changeset/fdeab2de14a4cc0db3a799e01439bbfb0599dbc8 and that should be included in version 0.76.0 as far as I can tell from...
View ArticleCreated Unassigned: Export empty DataTable ignores DataColumn Caption [9423]
In the current implementation, when exporting a DataTable to excel via InserTable method, if a DataColumn.Caption is not null or whitespace then the DataColumn.Caption string is taken into account for...
View ArticleEdited Unassigned: Export empty DataTable ignores DataColumn Caption [9423]
In the current implementation, when exporting a DataTable to excel via InserTable method, if a DataColumn.Caption is not null or whitespace then the DataColumn.Caption string is taken into account for...
View ArticleEdited Unassigned: Export empty DataTable ignores DataColumn Caption [9423]
In the current implementation, when exporting a DataTable to excel via InsertTable method, if a DataColumn.Caption is not null or whitespace then the DataColumn.Caption string is taken into account for...
View ArticleCreated Unassigned: get column name from index [9424]
To get the name of a column based on it's index, I added the following function to XlWorksheet. This will return "A3" for columnindex=1 and rowindex=3 -> the columnindex is 1-basedpublic static...
View ArticleSource code checked in, #b38a1f0218f08fe4056a7d269f21037dd5fcfed4
Don't include empty cells
View ArticleSource code checked in, #b72980e068a217d10879853c9add62d475063bb1
Merge branch 'FixTestsForSwedishCulture' of https://git01.codeplex.com/forks/albinsunnanbo/closedxml into AlbinSunnanbo/closedxml
View ArticleSource code checked in, #def5150672689ecb1b3dc7a7766b854bb7929d2f
Merge branch 'AlbinSunnanbo/closedxml'
View ArticleSource code checked in, #8eb17b7cf6b9611b112827fd51407c10ef59de7d
Merge branch 'DisposeFontFromFontCache' of https://git01.codeplex.com/forks/albinsunnanbo/closedxml into AlbinSunnanbo/closedxml
View ArticleSource code checked in, #1f04e6fee571fa926a14c02d087f3f4bb645c075
Merge branch 'AlbinSunnanbo/closedxml'
View ArticleSource code checked in, #891ae31920e4022bc997c0573418bbf799561aa3
Merge branch 'GitIgnorePackages' of https://git01.codeplex.com/forks/albinsunnanbo/closedxml into AlbinSunnanbo/closedxml
View ArticleSource code checked in, #942f2c7d78c0c337d8fe583442a443d905669bd6
Merge branch 'AlbinSunnanbo/closedxml'
View ArticleSource code checked in, #39fc56f05891d9b399e9bf80a37d62cc7e866860
Use bin folder for test output.
View Article