Included Libraries
NPOI.Util 1.2.1 Basic assistant class library
NPOI.POIFS 1.2.1 OLE2 format read/write library
NPOI.DDF 1.2.1 Drawing format read/write library
NPOI.SS 1.2.1 Formula evaluation library
NPOI.HPSF 1.2.1 Summary Information and Document Summary Information read/write library
NPOI.HSSF 1.2.1 Excel BIFF format read/write library
Included Examples (20090601 package)
ApplyFontInXls
ColorfulMatrixTable
ConditionalFormattingInXls (new)
CreateEmptyExcelFile
CreatePOIFSFile
CreatePOIFSFileWithProperties
DisplayGridlinesInXls
DrawingInXls
ExportXlsToDownload
ExtractStringsFromXls
FillBackgroundInXls
GenerateXlsFromXlsTemplate (new)
GroupRowAndColumnInXls
InsertPicturesInXls
MergeCellsInXls
MultplicationTableInXls
NumberFormatInXls
RotateTextInXls
SetAlignmentInXls
SetBorderStyleInXls
SetCellCommentInXls
SetCellValuesInXls
SetDateCellInXls
SetPrintSettingsInXls
SetWidthAndHeightInXls
SplitAndFreezePanes (new)
UseBasicFormulaInXls
ZoomSheet
Feature List
a. Read/Write Excel BIFF format
b. able to create a new Excel file in memory stream and save it to a real xls file.
c. Extract all the texts from a Excel file
d. Cell formula evaluation ability, for example,[Cell1]=A1+B1. (NOTE: NOT all the Excel functions are supported)
e. ability to get the tree structure of a Excel format
f. OLE2 document(ActiveX document) read/write ability
g. Add/change/remove properties in Summary Information and Document Summary Information
h. Create Microsoft Drawing shapes in the Excel file
i. Set Cell Styles in the Excel file
j. Insert pictures into the Excel file
k. drawing shapes in Excel
l. group rows and columns
m. Conditional Formatting for cells
n. Print setup settings support
......
Unsupported Features
Excel Chart
Pivot Table
Auto filter on columns
Insert images in header or footer
Fixed Bugs
a. Conditional Formating doesn't work as expected
b. HSSFDataFormat.GetFormat return different index for the same format string
c. Incorrect namespace spelling of NPOI.SS.Formula
d. HSSFCell.ToString() method supports DataFormat now
e. add strong name for all the assembiles
f. HSSFColor.index static variable isn't accessible in VB.NET due to the HSSFColor Index property
Known Bugs (these bugs will be fixed in the 1.2.2 release)
a. ShrinkToFit property is not exposed to user
b. Excel Tab Formatting (color)
c. NPOI doesn't work with a Excel template with macro
d. AutoSizeColumn doesn't work
e. Active selection doesn't work