I'm using XSSF tables all the time, but for reading and updating, not writing. I'll take a look tomorrow at your stuff (meetings all day today). I've recently added support to read table formatting without needing direct access to the CT classes, for example.
On Thu, Jun 8, 2017 at 9:21 AM Nick Burch <[email protected]> wrote: > Hi All > > Yesterday I came across a post on stackoverflow with a user having trouble > with XSSF tables. In the process of fixing the bug they'd found, I also > had a go at tidying up their code to reduce the need to touch the raw CT > classes from end-user java code. > > As part of that, I've added a couple of methods, but I don't know enough > about the table stuff to know if they're right for all cases, plus there's > a few more bits we might want to improve > > Anyone know about the XSSF tables stuff? If so, any chance you could > review my commits from yesterday, as well as looking at the updated > CreateTable example, and let me know your thoughts / go ahead and fix more > things? > > Cheers > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
