https://bz.apache.org/bugzilla/show_bug.cgi?id=61474
--- Comment #27 from Dragan Jovanović <[email protected]> --- Let us sum up what's done, and what's left to do : - Javen implemented adjusting for columns in FormulaShifter class. Those changes are on trunk. - I have imlpemented XSSFSheet.shiftColumns() method which moves columns, and also processes other things (updateFormulas, shiftMergedRegions, updateConditionalFormatting, updateHyperlinks...) in the same way as XSSFSheet.shiftRows(). Those changes are on fork, and wait to be moved onto trunk. There are junit tests covering various parts of this algorithm. I have also checked old unit tests which cover shiftRows(), and they behave the same way as they did before. - In my project I also have an algorithm which copies range of cells to other location. If you're interested, I can think about embedding that algorithm into POI. What is the plan for code which waits on fork, on pull request https://github.com/apache/poi/pull/81 ? -- 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]
