Thanks Eric. Do u mind adding both your patches to Bugzilla? I dont think i will have the time to commit these in the next day or two, and it tends to get lost after that. Thanks.
Also note that there is still a lot of thinking going on wrt getting workbook references to formula. (see some of the list archives over last week) That bit of your patch might have to wait a while before its checked in. Thanks again. - Avik Quoting Eric Ladner <[EMAIL PROTECTED]>: > > First patch changes name check in getSheet that Excel aparently expects > to be case sensitive (I'm using an Excell workbook saved out of Excel > 2002). > > The second changes "private getWorkbook" to "public getWorkbook". The > reason is that in formula parsing you need to pass in a workbook to > resolve forumla references to other sheets. If you start with a > HFSSWorkbook right out a file, there's no way to get at the Workbook > since the method is private. Made it public and formula parsing seems > to work a lot better now. > > I can submit my little example formula parser if you like. > > Eric > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
