https://issues.apache.org/bugzilla/show_bug.cgi?id=50868
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Nick Burch <[email protected]> 2011-03-14 17:34:23 EDT --- I have a feeling that we might need to re-write the search as an xpath, rather than the current method of iterating to find the correct one (We probably don't want to try to maintain a cache, as other code could easily change the CTCol entries) Can you try seeing how an xpath would perform? You need to get the CTSheet off the XSSFSheet, then get the CTCols, and finally do a simple xpath query (eg to get the child with a known attribute). If that looks to perform ok as you add the columns, then we know it's a good bet for switching too. -- 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]
