Tech Brainwave

A Road Map for Innovative Technologies

Archive for July, 2010

Java code to Read an Excel file using POI

Posted by giftsam Posted on Jul - 10 - 2010

Introduction Apache POI(Poor Obfuscation Implementation) is used to access Microsoft format files and the Horrible Spreadsheet Format(HSSF) is the pure Java implementation of the Excel ‘97(-2007) file format of POI project. HSSF provides a complete Java API for creating, modifying, reading and writing an XLS file. In this article let us see how to read   [ Read More ]

Categories: Excel, Java

Java code to write to an Excel file using POI

Posted by giftsam Posted on Jul - 09 - 2010

Introduction Apache POI(Poor Obfuscation Implementation) is used to access Microsoft format files and the Horrible Spreadsheet Format(HSSF) is the pure Java implementation of the Excel ’97(-2007) file format of POI project. HSSF provides a complete Java API for creating, modifying, reading and writing an XLS file. In this article let us see how to write  [ Read More ]

Categories: Excel, Java