Range in ExelPackage

first post: thanhth5b wrote: I often work with Range interface in Office.Interop.Exel but i can...

how to put background-color and font bold in a specific cell?

first post: renanpc wrote: Hello Guys, I Recently started using this library and i don't kn...

Hyperlink When You Don't Know Worksheet Path

first post: amtrac24 wrote: Hey Guys, I saw the hyperlink discussions but none of them were of...

Change Font Size and Style by using ExcelPackage

first post: phyoe2004 wrote: Hi Everybody, I can successfully generate the excel 2007 file by us...

latest post: rarvick wrote: You can set the cell style as follows: worksheet.Cells["A1"].St...

Problem in reading numeric value from excel (.xlsx)

first post: KunalKhosla wrote: I am reading the numeric value from excel file through officeopenxm...

latest post: AkbarImteyaz wrote: Hi dude.. Use the below code for the above... Decimal.ToDouble(Conv...

Copying worksheets

first post: HugoAndrioli wrote: Hi People, Does Anyone have a nice implementation of copying a...

latest post: veritasfx wrote: This one works. How's the workssheet.delete?

While trying to open created file by Microsoft Excel, it produces an error

first post: zokkan wrote: Hi, First of all, thank you for your efforts for this project, it ...

Autofit Column Width

first post: rbelknap wrote: Is there a way to set the column's width to autofit?

latest post: ashikiqbal wrote: WS.Column(1).BestFit = true;

How to set Auto width

first post: vijay9288 wrote: Hi i need to set the auto width to my excel output can anyone give...

latest post: ashikiqbal wrote: WS.Column(1).BestFit = true;

Setting Cell/Column DataType

first post: jtrichard wrote: Hello: I need to set the DataType for a cell (or column) to "Text" ...

latest post: ashikiqbal wrote: I am in same problem, please help.....how to set the CELL FORMAT?