Hi All,
One thing I would like to fix in POI-3.8 is to drop poi-contrib and
re-package its contents into poi-main and poi-examples.
What we have in the contrib area:
(1) There are four utility classes
org.apache.poi.ss.usermodel.contrib.CellUtil
org.apache.poi.ss.usermodel.contrib.RegionUtil
org.apache.poi.hssf.usermodel.contrib.HSSFCellUtil
org.apache.poi.hssf.usermodel.contrib.HSSFRegionUtil
I propose to move them to org.apache.poi.ss.util and
org.apache.poi.hssf.util.
(2) org.apache.poi.contrib.metrics.FontMetricsDumper
This is an utility to list fonts from AWT graphics environment. I
propose to move it to org.apache.poi.util.
(3) org.apache.poi.contrib.poibrowser
This is a UI project to browse POIFS. It naturally belongs to poi-examples.
What do people think? I'm going to commit this by lazy consensus by next
weekend.
Yegor
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]