One option would be to put useful tools in poi-examples. One advantage is that 
we avoid having classes with main methods in the core jars. Or we could add a 
poi-tools jar if we risk making poi-examples more complicated by adding tools 
there.






On Thursday 25 November 2021, 07:32:41 GMT+1, Dominik Stadler 
<dominik.stad...@gmx.at> wrote: 





Hi Andi,

It seems you removed the main() method from BiffViewer as part of this
move. This was a handy tool on it's own for inspecting the raw contents of
.xls files, fairly useful when investigating bugs with handling of the raw
format in HSSF. Is there a replacement?

Not sure about the other tools that are gone now, they might be useful for
some specific things, but at least I did not use them much.

Thanks... Dominik.

On Sun, Nov 14, 2021 at 3:31 PM Andreas Beeker <kiwiwi...@apache.org> wrote:

> Hi Devs,
>
> those *-saved.xls left-overs in the test-data directory cause/d build
> problems.
> I'm quite sure those are created by org.apache.poi.hssf.dev.ReSave.
> I'll now move all development utils of that package to poi:test and change
> the output directory to the temp path, because I think those tools are used
> by developers working on the source / project ... or I'll remove a few
> completely, as the same functionality is invoked many times by the other
> tests.
>
> Andi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
> For additional commands, e-mail: dev-h...@poi.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to