https://bz.apache.org/bugzilla/show_bug.cgi?id=61085
--- Comment #1 from Greg Woolsey <[email protected]> --- My plan here is to implement built-in table/pivot styles loosely following the pattern used for PresetGeometries: * include the XML as a resource in the build/source control * parse it and initialize definition objects lazily in a static/singleton I'm adding some interfaces to the ss package, and implementing classes to simplify access to the underlying structures, which are a bit convoluted (of course), and share some similarities to things like conditional formatting rule style definitions - both use <dxf> objects in the same <dxfs> collection to define style info. My client app will want to generate style info for both and possibly combine them, i.e. when a cell in a table is also conditionally formatted, so a common API for similar/same structures will be helpful. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
