New Comment on "Column Width and Styles"
How do you adjust the content to width of a cell?
View ArticleReviewed: ClosedXML 0.76.0 (Jun 11, 2015)
Rated 5 Stars (out of 5) - This is great work. I can now honestly say that I have built a spreadsheet using OpenXML - and I will follow that statement with the words, "Never again!". The documentation...
View ArticleNew Post: XLWorkbook.Save causes spreadsheet to lose data
I have a similar, yet simpler issue. I have an existing .xlsx file, setup up with a page-break view. When the spreadsheet is opened and saved, the page-break view is stripped. The problem is, that the...
View ArticleNew Post: open excel in only read mode
how can i open an excel in only read mode ? i want to protected so no one can copy it or extract date from it! thanks
View ArticleNew Post: worksheet to an image
is the away to create a workseet to an image for view only purposes ?
View ArticleCreated Unassigned: How to delete the default tablestyle and autofilter in...
Hii,I'm creating '.xlsx' file using ClosedXML. The code which i used is given below:Here dsreport is a Dataset having multiple sheets. using (XLWorkbook wb = new XLWorkbook()){...
View ArticleNew Post: Cell(1).Value throws exception - cell with formula
When I reading cell(with formula) using .value() , it throws an exception. So i used .valueCached. But when using valueCached it returns null . Below is ma codevar array = new object[colCont]; for (int...
View ArticleNew Post: Issue with Pivot Tables
I am unable to create a Pivot table with ReportFilters. Once I add a report filter, I get an error trying to open the excel file. To reproduce, I used the Pivot example from the site. The only change I...
View ArticleReviewed: ClosedXML 0.76.0 (Jun 24, 2015)
Rated 5 Stars (out of 5) - If I could give 6 stars I would, this is fantrastic.
View ArticleNew Comment on "Adding an AutoFilter to a Range"
I'm getting the same NullReferenceException, any solution for this?
View ArticleNew Post: Disable AutoFilter in Table
st21chris wrote: Option 1 did get rid of the autofilter, but it also removed the theme, which I would like to keep. Option 2 didn't do anything. Immediately after inserting the table, I evaluated the...
View ArticleCommented Unassigned: Using SUMIF results in a "Syntax error." exception [9442]
Using ```SUMIF(A1:A10,">0") ```results in a "Syntax error." exception.Code ends up in the ParseAtom() method with the _token.Type of TKTYPE.COMPARE, which is unsupported at that moment.Comments:...
View ArticleCommented Unassigned: Using SUMIF results in a "Syntax error." exception [9442]
Using ```SUMIF(A1:A10,">0") ```results in a "Syntax error." exception.Code ends up in the ParseAtom() method with the _token.Type of TKTYPE.COMPARE, which is unsupported at that moment.Comments: The...
View ArticleNew Post: Disable AutoFilter in Table
<a href=http://www.massageenvy.com/regions/LA/New-Orleans.aspx>Massage envy</a> Professional Asian body work and Health spa advisor
View ArticleNew Post: ASMBA
<a href=http://www.asmba.com/veterans-life-insurance>ASMBA> facilitates veterans group life insurance
View ArticleReviewed: ClosedXML 0.76.0 (Jun 30, 2015)
Rated 5 Stars (out of 5) - This is a truly fantastic product! It capitalizes on all the extensions from OpenXML and provides simple but powerful methods to build and consume all types of Excel...
View ArticleReviewed: ClosedXML 0.76.0 (Jul 02, 2015)
Rated 5 Stars (out of 5) - This is a miracle. We needed to allow clients to upload Excel Workbooks to SharePoint Document Libraries. From there, we used SharePoint Event Receivers to upload the...
View ArticleCreated Unassigned: XLWorkbook_Load does not load NamedRanges in specific...
When loading an existing workbook that contains named ranges, ranges are only applied at the Workbook level even if the range is for a specific Worksheet. The crux of the problem is the...
View ArticleEdited Unassigned: XLWorkbook_Load does not load NamedRanges in specific...
When loading an existing workbook that contains named ranges, ranges are only applied at the Workbook level even if the range is for a specific Worksheet. The crux of the problem is the...
View ArticleCreated Unassigned: .SaveAs(MemoryStream ms) does not progress when saving...
Hi, I wonder if anyone has any idea about the issue stated in the title.To reproduce the issue, I created a console project and below is the code in my Program.cs file:```using System;using...
View Article