excelpackage Questions

3

Solved

I am looking for a way to create, modify, read .xlsx files in C# without installing Excel or creating files on the server before giving to the user to download. I found NPOI http://npoi.codeplex.c...
Gelatinous asked 5/3, 2012 at 15:37

2

Solved

I use this package: ExcelPackage though I can't figure out how to set the background color for the cell. I tried to use this: ws.Cells["A1"].Style.Fill.PatternType = OfficeOpenXml.Style.ExcelFillS...
Vo asked 17/6, 2013 at 20:19

3

i want to fill an excel file and so i use ExcelPackage: Office Open XML Format . but i have an error. my code: string fileName = "DBE_BAKIM_FORMU" + ".xlsx"; FileInfo fi = new FileInfo(HttpContext...

1

I am trying to build a data import tool that accepts an EXCEL file from the user and parses the data from the file to import data into my application. I am running across a strange issue with Dele...
Elmaelmajian asked 9/2, 2016 at 16:32

1

I want to write excel file using excel package from System.Data.DataTable and need to format some cells in excel file like back ground color. How can I do that?
Philbo asked 23/8, 2012 at 6:15

2

How can I set the currency format for an Excel cell that is created with ExcelPackage? worksheet.Cell(i, 7).Value = item.Price.ToString();
Rhoads asked 2/9, 2010 at 9:45
1

© 2022 - 2024 — McMap. All rights reserved.