https://issues.apache.org/bugzilla/show_bug.cgi?id=46136
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Nick Burch <[email protected]> 2010-01-03 13:55:14 UTC --- Most of the record support should now be in SVN However, I'm not sure of the best way to expose it to the usermodel. As best as I can tell, each sheet can have a number of FeatHdr+Feat record pairs. Within each FeatRecord is an array of cell ranges that it applies to, then a particular shared feature. For example, it seems you can have: * range = a1 -> b1, type = formula ignore, set = number as text, empty cell ref * range = c1 -> c4 + c7 -> c8, type = formulas ignore, set = number as text * range = a1 -> b1, type = protection, title + type + password hash Any suggestions on where we've got something vaguely similar in the usermodel to copy the structure from greatly appreciated! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
