New Post: Cells.InsertDataTable Time values are recognized as String
I appreciate your response but not exactly what i am looking for. Aligning the texts to the right will simply have no difference. columns 18-23 are time values and what I want is that when it is inside...
View ArticleNew Post: Word generator
Dear all, Thanks a lot for this great API to generate xlsx. Now I am looking to do the same with Word document. I 'd like to generate reporting .docx Does somebody has an Idea for that? Best Regards,...
View ArticleNew Post: Cells.InsertDataTable Time values are recognized as String
I managed to find the solution to my query. But I did not utilize anymore the Cell.InsertData property. What I did was to parse each and every cell according to its data type before assigning it to a...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
Russ, there may be some javascript functions that could be set up to intercept the file download response and do both the download and refresh or redirect the screen after the download completes. But I...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
I just resolved it. Not sure if this is the best way, but it works. First ... I created a new page that will save the data to the excel in the page load. Second ... I save my data to a session variable...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
Russ, glad you found a way to do it. I have a few comments on using session variables for this type of thing.Generally it is advised to not use session variables for very large amounts of data, but if...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
Robert, Thanks for your input. Shortly after I posted this I did just what you said. Dim dt As DataTable = Session("dataTableToExcel") Session.Remove("dataTableToExcel") This does two things ... 1. It...
View ArticleNew Post: How to use closed xml to create excel file ?
Hello People, I searched in web and i got to tht openxml-sdk helps us to create excel file and also i found closed xml makes it simpler. But i couldn't find how to use the simple way (closed xml) ....
View ArticleCreated 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: Iphone-Ipad cant open genereted files
Hi, I have this issue now. Has anyone found a fix?
View ArticleNew Post: Getting count of Rows in column
Is there a method to use to obtain the count of rows in a column? If so, what is the best approach? I am working to read a column and then add a formula to each row in the next column but need to know...
View ArticleNew Post: Getting count of Rows in column
A column doesn't have "rows", it has cells. You can simply do range.Column(1).Cells().Count() You can even skip the column and ask for the rows in the range: range.Rows().Count()
View ArticleCreated Unassigned: Inserting textbox and images in a worksheet [9180]
Hi, I need to insert a textbox or an image in a worksheet, not in header or footer.
View ArticleNew Post: How to use closed xml to create excel file ?
1) Yes. the open xml sdk 2.0 needs to either be installed on the system where you test or deploy your application, or it needs to be referenced as part of the project and marked as Copy Local = True 2)...
View ArticleNew Post: Memory problem with ClosedXML
I'm having a similar problem with memory not being de-allocated when the workbook/worksheet are disposed. I have created a datatable and am creating a workbook/worksheet directly from it: Try Dim...
View ArticleNew Post: How to Export Excel File as a Zip File
I just wanted to know if it's possible to export a Zip package that contains an Excel file created by ClosedXML. I've been able to successfully export my data to just Excel using your documentation...
View ArticleNew Post: Iphone-Ipad cant open genereted files
Hi, I have this issue too. Has anyone found a fix?
View ArticleNew Post: PAGE BREAKS
I want to add Page Breaks and change some data in the header with each new page. The page break works fine, but I couldn't change the header to write the new text that forced the break. Thank you.
View ArticleNew Post: Export Oracle SQL query result in to Excel
I am trying to create a very simple WPF application on .Net 4.0 using C# and Oracle as a backend database. Everything works fine, i can pull the data I want (using oracle sql queries)from the database...
View ArticleNew Post: AutoFit Row Height
Hello Sir, How to apply AutoFit Row height property in open and closed xml excel file cell. Thanks and Regards, Sumanth D
View Article