Results 1 to 1 of 1
- 01-14-2013, 07:53 PM #1
Member
- Join Date
- Jan 2013
- Posts
- 1
- Rep Power
- 0
How to copy formula maintaining relative addressing
It feels like this question must surely have been asked and solved a 100 times, but I have searched all over and come up with nothing.
I want to copy formulae in the same way that Excel copies them - where cell references are copied relative - eg if cell A2 has formula =A1 then when I copy it to cell B2 it should read =B1. I understand that formulae are stored in the xls file in absolute string form, eg A1 rather than the relative form R1C1.
Has this been implemented within POI? If not, can it be performed with a simple string substitution - in which case does anyone have the necessary regular expression to handle all circumstances?
Similar Threads
-
Copy Constructor with Shallow Copy
By Wnt2bsleepin in forum New To JavaReplies: 1Last Post: 04-11-2012, 12:42 AM -
Maintaining session problem... Save and send cookie?
By adriantc in forum EclipseReplies: 0Last Post: 10-28-2010, 07:18 PM -
Adding WS Addressing to SOAP header - ACK!
By themdg in forum New To JavaReplies: 3Last Post: 08-06-2010, 11:16 PM -
ip addressing
By kevinnrobert in forum NetworkingReplies: 2Last Post: 04-02-2010, 06:06 PM -
Maintaining logs of a chat session
By vrk in forum AWT / SwingReplies: 1Last Post: 10-27-2009, 03:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks