Registry / utility / poi-excelant

poi-excelant

JSON →
library5.5.1javamavenunverified

Apache POI ExcelAnt provides Ant tasks for working with Microsoft Excel files using the POI library.

<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-excelant</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · POI-EXCELANT
P
poi-excelant
utilityjavav5.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExcelAntTask
✓ org.apache.poi.excelant.ExcelAntTask

Minimal usage of ExcelAntTask to process an Excel file.

import org.apache.poi.excelant.ExcelAntTask; public class Example { public static void main(String[] args) { ExcelAntTask task = new ExcelAntTask(); task.setFile("example.xlsx"); task.execute(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
poi-excelant — mvn dependency:get poi-excelant · libregistry