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

Created Unassigned: ws.PageSetup.Footer.Right.AddText does not work , when...

```XLWorkbook wb = new XLWorkbook(templateFullName);IXLWorksheet ws = wb.Worksheet(1);ws.PageSetup.Footer.Right.AddText("created:" + DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss"));```does not...

View Article


New Post: Shared Workbook - notify users that changes occured

Hello, consider multiple users having the same shared workbook open on their workstations. I need some automated process to be applyed on this shared workbook. When i use ClosedXML to update some...

View Article


New Post: How to expand the Range of a Work Table?

Hi Team, I have a work table in a worksheet that has items and being used by other worksheet, however the calculations are wrong since I am not able to extend range of the data table. Can somebody shed...

View Article

New Post: How to expand the Range of a Work Table?

Did a little workaround, but not sure if this is the best practice... anyway.. :) hopefully somebody will make good use of this in the future. :)var metrics = from m in data where m.CreatedDate >...

View Article

New Post: Excel Formatting and worksheet initialization

[Coding Lang : C#] Question :1 I'm using following code for getting "new line" in a cell and then adjusting rows height to properly display the cell content. Although the new line functionality is...

View Article


Created 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.

View Article

Created Unassigned: SetRowsToRepeatAtTop for OpenOffice, LibreOffice [9443]

Document created with using SetRowsToRepeatAtTop function does not repeat rows for OpenOffice or LibreOffice.

View Article

Commented Unassigned: SetRowsToRepeatAtTop for OpenOffice, LibreOffice [9443]

Document created with using SetRowsToRepeatAtTop function does not repeat rows for OpenOffice or LibreOffice.Comments: It looks like that mistake is in this row of inner file (workbook.xml) ```...

View Article


New Comment on "How do I deliver an Excel file in ASP.NET?"

Initially, I was not able to get an export to Excel procedure working. I had virtually the same functionality working on a different page, so I was stumped for a while. The problem ended up being...

View Article


New Comment on "Inserting and Deleting Rows"

It appears to be a bug, I have the same issue. If you select rows using the IXLRows predicate function and want to delete them, it instead deletes all data in the worksheet. If you use clear however,...

View Article

Created Unassigned: Date value as text in excel file [9444]

I am trying to set a text value to one of my columns.Text value is 2015/06/03 15:15Below is the code, that I use to set this columnexcelWorkSheet.Cell(j + 1, k).SetDataType(XLCellValues.Text);...

View Article

Commented Issue: WorkBook opening exception [8506]

When I trying to open workbook I catch exception.Code:using (var mem = new MemoryStream()){ mem.Write(document.DocumentByteArray, 0, document.DocumentByteArray.Length); using (XLWorkbook wb = new...

View Article

Commented Unassigned: Loading a new workbook fails under mono [9413]

I am unable to do one of the most basic things, open a new workbook under Ubuntu running monodevelop. The following code:``` XLWorkbook wb = new XLWorkbook("input.xlsx");```throws an...

View Article


Commented Unassigned: While Writing to Excel file its throwing an error "'.',...

Hi All,While Writing to Excel File using the ClosedXML facing an issue. Above is the error mentioned into caption which I am getting.Have attached the Excel File which I am trying to Write by passing...

View Article

Commented 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 Article


Commented Unassigned: Pivot Tables Values Problem [9088]

Based on the example [Pivot Tables](https://closedxml.codeplex.com/wikipage?title=Pivot%20Table%20example) , do the following steps to reproduce the problemExcellent example . It works perfect, but if...

View Article

Commented Unassigned: Issue enumerating Pivot tables in xlsx.. [9196]

Hi. Anyone has issues accessing Pivot tables? .WorkSheet.PivotTables.Count() returns 0 .. ... yet, when I access the xlsx via OpenXML, i can see the Pivot... using ClosedXML ver 0.69.1.0 on Framework...

View Article


New Post: Setting the color of text inside a cell

Is it posible with closedXml to have a cell with different Forecolor. For example for the text"January, february, March" Can I have the whole word "february" in a separate color than the rest.

View Article

New Post: XLWorkbook.Save causes spreadsheet to lose data

I have written some code using ClosedXML that should open a spreadsheet, change the range of a table, and save it, and when I debug the methods everything looks great. But when I open the spreadsheet...

View Article

New Post: XLWorkbook.Save causes spreadsheet to lose data

It looks like immediately after opening the spreadsheet using new XLWorkbook(...), the data in the original hasn't been loaded into memory: (new...

View Article
Browsing all 1877 articles
Browse latest View live


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