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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
