Quantcast
Channel: ClosedXML - The easy way to OpenXML
Browsing all 1877 articles
Browse latest View live
↧

New Post: Cannot open xlsx with comments generated by LibreOffice

Hello, I'm experiencing an odd issue with ClosedXML: I cannot open an xlsx workbook if it contains comments on any cell AND has been saved by LibreOffice. Comments saved by Microsoft Excel are fine,...

View Article


New Post: Issue while copying worksheets

I apologize. Indeed the worksheet does not exist. I ran the sample code by cooper360 and the exception appears to take place in ClosedXml.Excel.XLRowsCollection.Add(). It also throws the exception when...

View Article


New Post: Issue while copying worksheets

MDeLeon wrote: There's already a sheet with the same name in the workbook. Please try the simple code and it's interesting.

View Article

New Post: How to determine if two cells are merged together

Thanks! Your ClosedXML is great! And this fix is in proper time for me. You saved me from much pain.

View Article

New Post: Copy the worksheet to another workbook throw exception but the name...

https://closedxml.codeplex.com/discussions/549543 Issue: XLWorksheet.cs Internals.RowsCollection.ForEach(kp => targetSheet.Internals.RowsCollection.Add(kp.Key, new XLRow(kp.Value))); I'm not sure...

View Article


New Post: Copy the worksheet and the style is different?

Hi, I have pick up the latest souce, and try copy worksheet to another workbook. So,I created a new and clear workbook and copy the worksheet which I created by manual. Then I found the result file's...

View Article

New Post: Copy the worksheet and the style is different?

After many tests,I found that cause the reason is the template own style issue but it looks well in the open excel.╮(╯_╰)╭

View Article

Commented Issue: How to Filter on a Table? [7732]

The following works (but if I use "SetAutoFilter()" then the workbook is corrupt, I'll fix that). In the meantime just use "table.AutoFilter" instead: var wb = new XLWorkbook(); var ws =...

View Article


Created Unassigned: Cannot set multiple filters [9335]

sheet.RangeUsed().SetAutoFilter().Column(1).AddFilter<string>("testfilter1"); sheet.RangeUsed().SetAutoFilter().Column(2).AddFilter<string>("testfilter2");Both filters are visible on the...

View Article


Commented Unassigned: Named Reference Conaining Table or Formula Produces...

If I have defined a name that refers to a table range or formula, the ranges property produces an "Invalid Operation Exception"For exampleName -> ProductionNightDayRefersTo ->...

View Article

Commented Unassigned: Cannot set multiple filters [9335]

sheet.RangeUsed().SetAutoFilter().Column(1).AddFilter<string>("testfilter1"); sheet.RangeUsed().SetAutoFilter().Column(2).AddFilter<string>("testfilter2");Both filters are visible on the...

View Article

New Post: Issue while copying worksheets

Okay good people, I've got some good news and some bad news. The good news is that I just committed a quick fix to the ws copying issue. I don't have your file manjunathg88 so test it. cooper, The rows...

View Article

New Post: Issue while copying worksheets

Hi MDeLeon, tanks for copying worksheet issue has been fixed . And do u find the copy worksheet's style is different between the source worksheet in my last example code?Looks like auto created more...

View Article


Created Unassigned: _themeTint default value must be 0 instead of 1 [9336]

Hi,In the class XLColor_Internal.cs on line 53, _themeTint is currently initialized with the value 1.However, the default value should be 0, hence:___themeTint = 0;___themeTint will receive a value...

View Article

Created Unassigned: Reading names from name manager [9337]

Hi,Copyto function is not copying names which are available in the excelsheet.Is there any way to read/access the names from name manager using closedxml.Please see the attachment.Regards,Manju

View Article


New Comment on "Named Ranges"

How can we read names/named ranges from a existing excelsheet/workbook? can anyone help me in this regard?

View Article

New Post: How to read names/named ranges from a existing excelsheet/workbook

How can we read names/named ranges from a existing excelsheet/workbook? can anyone help me in this regard?

View Article


Created Unassigned: Cannot change the category from "General" to "Numbers" in...

While exporting from Datatble to excel ..even though the generated spreadsheet contains numbers as right -aligned the category in Format cells is set to "General" and not "Numbers".I have checked the...

View Article

Created Unassigned: cell.DataType = cellValues.Date does not work!! Using...

i am trying to export a datatable to excel ..for columns with int datatype changing cell.DataType= cellvalues.Numbers works . but cell.DataType= cellvalues.Date does not work.Plus using custom...

View Article

Commented Unassigned: cell.DataType = cellValues.Date does not work!! Using...

i am trying to export a datatable to excel ..for columns with int datatype changing cell.DataType= cellvalues.Numbers works . but cell.DataType= cellvalues.Date does not work.Plus using custom...

View Article
Browsing all 1877 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>