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

Edited Unassigned: .SaveAs(MemoryStream ms) does not progress when saving two...

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


Reviewed: ClosedXML 0.76.0 (Jul 07, 2015)

Rated 5 Stars (out of 5) - Just what I needed and very easy to use. thanks!

View Article


New Post: Excel Sheet Spacing inside a Merged Rows

I have created worksheet where it contains a merged column with many values each value should have some fixed space. Please let me know to fix a space between each values in a merged column foreach...

View Article

New Post: Insert image from file

I added (limited) support for this in a branch which can be found at https://closedxml.codeplex.com/SourceControl/network/forks/ajwhiteway/ClosedXMLImageSupport I give a quick run down of how to use it...

View Article

Reviewed: ClosedXML 0.76.0 (jul 09, 2015)

Rated 5 Stars (out of 5) - Wow! After knocking my head against the wall with the open doc libs for a few hours i found this. Life is good again!

View Article


New Post: Slow generation of hyperlinks

Hi; Currently trying to generate a medium size spreadsheet - trace file showing timestamps. 2015-07-14 15:42:02,829 DEBUG DataflowQueue.Core.Excel.BaseExcelGeneratorEPPlus - BaseGenerator Writing 408...

View Article

New Comment on "Adding an AutoFilter to a Range"

Hi! I have a same problem. I want remove autofilter when I'm create a table in excel and I use "workSheet.AutoFilter.Clear();" like in your post (and documentation). But it's give me an error: An...

View Article

Created Unassigned: Function cross-sheet reference with spaces [9448]

When a formula requires a cross-sheet cell reference, the usual syntax is something like:```IF(Sheet2!A1>Sheet2!A2,"bigger","smaller")```But when the sheet name has spaces, the sheet names must be...

View Article


Created Unassigned: COUNTA not skipping empty cells [9449]

The function COUNTA should count the number of non-empty cells in the given range: https://support.office.com/en-us/article/COUNTA-function-7dc98875-d5c1-46f1-9a82-53f3219e2509The current...

View Article


Created Unassigned: String/integer comparison [9450]

Excel accepts expressions like:```IF(3="","a","b")```Where the comparison obviously returns false. ClosedXML tries to convert the empty string to an integer, fails, and cause an exception.In...

View Article

Created Unassigned: COUNTIF allowed syntaxes [9451]

At the moment, the only way to successfully use the COUNTIF function seems to be the one using a syntax likeCOUNTIF(A1:A8,"=3")Where A1:A8 contains numbers. If the contents are strings, or if the...

View Article

Created Unassigned: Apply subscript formatting to part of a string. [9452]

Is there a way to apply subscript formatting to part of a string in a cell when using ClosedXML? For example, I need a string similar to "valPEAK", where the "PEAK" would be subscripted. These strings...

View Article

New Post: Is it possible to access IXLTable's Fields starting from IXLTableRow?

For example, if I start with an instance of an IXLTableRow object, can I easily find out if it contains a field of a given name, something like this:tableRow.Fields.Any(f => f.Name == name); Or even...

View Article


New Post: Slow wb.Worksheets.Add() with big datatable

Hi, I am using ClosedXML wb.Worksheets.Add() to create a worksheet from a datatable the has over 100,000 rows and 59 columns in an ASP.Net web site. The code is running on a Windows Server 2008 R2...

View Article

Created Unassigned: Hide does not hide Worksheet [9453]

Can someone explain why the code below does not actually hide the worksheet? workbook.Worksheet("Saber Tooth Audit Legend").Hide(); workbook.Worksheet("Saber Tooth Audit Legend").Visibility =...

View Article


Reviewed: ClosedXML 0.76.0 (Jul 17, 2015)

Rated 5 Stars (out of 5) - Saved so much of my time! Thank you for your help.

View Article

Reviewed: ClosedXML 0.76.0 (Jul 17, 2015)

Rated 5 Stars (out of 5) - Initially dealing with Excel in .NET was a hassle with releasing the com object and the struggles of running on the server. OpenXML was the only solution but required a...

View Article


New Post: Issue with Pivot Tables

I finally had a chance to dive into this (I wrote the example this is derived from); it looks like the problem is that ClosedXML doesn't update the location of the pivot table when you add a report...

View Article

New Post: Slow wb.Worksheets.Add() with big datatable

When you say it's taking 15 minutes - is that how long it's taking to create and download the workbook? Or is that the amount of time taken by the...

View Article

New Post: When is the next release?

I hate to be a pain, but it looks like you have done some great work to improve ClosedXML since December. Any idea when you might do your next official release?

View Article
Browsing all 1877 articles
Browse latest View live


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