Added A Record and high level classes for reading and manipulating named ranges. Implemented almost everything to get named range work . SupBookRecord - have implemented as a dummy record, only for creating new ExternSheetRecord
Created attachment 1581 [details] org\apache\poi\hssf\record\formula
Created attachment 1582 [details] org\apache\poi\hssf\record\
Created attachment 1583 [details] org\apache\poi\hssf\record\
Created attachment 1584 [details] org\apache\poi\hssf\usermodel
Created attachment 1585 [details] org\apache\poi\hssf\usermodel
Created attachment 1586 [details] org\apache\poi\hssf\record
Created attachment 1587 [details] org\apache\poi\hssf\record\formula
Created attachment 1588 [details] org\apache\poi\hssf\util
Created attachment 1589 [details] org\apache\poi\hssf\record
Created attachment 1590 [details] org\apache\poi\hssf\record\formula
Created attachment 1591 [details] org\apache\poi\hssf\record
Created attachment 1592 [details] org\apache\poi\hssf\model
Added new patch for Workbook.java with some bug fixes
Created attachment 1597 [details] new Workbook.patch , please use it
Just a quick note on submitting patches in the future. Submitting them archived up as one file (a tar or zip) would make it easier to deal with. Thanks.
Created attachment 1610 [details] new HSSFName , fixed a bug with setSheetName, please use it
I've started trying to integrate this patch, but I do have some issues. I need a commitment from the supplier to supply Javadoc, improve the function names (some of them are utterly meaningless) and conform to the rules set by our community. http://jakarta.apache.org/poi/resolutions/res001.html -- I realize this patch being applied is very important to you. I need you to demonstrate that by agreeing to bring this up to spec. Please don't think we're just arrogant pricks, its just the project health is 100 times more important to us than any 1 feature. I await your response. -Andy
Created attachment 1647 [details] Fixed Ptg Records
Created attachment 1649 [details] New Patch for ptgs and RangeAddress
what kind of file is the latest attachment?
Its rar
not to be difficult but I simply don't have rar...and I don't think they even make it for linux. Can you submit it again in tar/tar.gz/gzip/bzip2/zip/arj/macpack format? I can do any of those. (preferably tar.bz2 or tar.gz). Thanks, -Andy
Created attachment 1650 [details] The All Patch in Zip Archive :))
Created attachment 1662 [details] Fixes for not showing macro names and wrong named ranges (zip)
Created attachment 1663 [details] Named Range Uni Test
What else do I have to send ?
documentation updates to the how to for example would be nice.
Can we get unit tests for the Named ranges in general?
Hi Libin, Can you send me this: 1 patch file with ALL deltas, 1 zip file with all new files, including directories, the unit tests in all the correct packages. Once I get that I'll commit it to the head and we'll go from htere.
I have some new updates, for named ranges. that was made before u did the commit. what should i do ?
Lets get them sync'd up so that we can just bring this puppy together. I'd like to see this in the next pure-development build.
I applied this branch, please check it against the head.