We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

POIRE

Author: Ssire Kumar Puttagunta

Its a Microsoft Ms-office file handling with Java with the help of the POI classes. This API was develop on the top of the POI library. Its has so many methods for working with the excel files. These methods will work on the both the Excel formats .xls and .xlsx files.

In this i was included so many user friendly methods with the help of POI Library. This API will support all the excel formats like .xls and .xlsx with the help of the NPOIFSFileSystem & OPCPackage classes in the POI. with these classes the reading and writing into excel file would be faster.

These methods are mainly useful for the Automation testing if you want to read the data from the Excel on different sheets.

These methods will helpful while making any automation framework(Data driven & Hybride) with the Test data as Excel.

These Methods will be helpful in development when ever it require to read/write the data from the excel.

1 of 5

2 of 5

3 of 5

4 of 5

5 of 5

14 Reviews

  • Over 50 business-class features
  • Easy setup. Professional installation.
  • CRM integration
Website https://poire.sourceforge.io
Tags
Features
  • Create a new XLS, XLSX excel sheet.
  • Get the data as per the excel format.If the cell having a formula it can be formated while retriving the data.
  • Get the Excel Column data as a ArrayList<String> With specified column number/column Header and its sheet number/Name.
  • Get the Excel row data as a ArrayList<String> With specified row Number/row header and its number/Name.
  • Update random data in the existing Excel row with specified columnPositions values. update data may be random string or number can be possible.
  • Update the data with specified arrayList in existing Excel row with columnPositions values.
  • Update the data with specified arrayList in existing Excel row data with columnPositions values.
  • Create/Update the data with specified arrayList based on sheet number insed in existing Excel.
  • Create/Update the row with specified arrayList based on the sheet name in existing Excel.
  • Create/Update the row from column position with specified arrayList based on the sheet name/sheet Number Index in existing Excel.
  • Create/Update the row with same data from column position with specified rowdata based on the sheet name in existing Excel.