DO NOT REPLY [Bug 35716] New: - Named Range creation fails for range over single cell

2005-07-13 Thread bugzilla
/show_bug.cgi?id=35716 Summary: Named Range creation fails for range over single cell Product: POI Version: 3.0-dev Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: HSSF

DO NOT REPLY [Bug 30070] New: - Wrong named range detection

2004-07-13 Thread bugzilla
/show_bug.cgi?id=30070 Wrong named range detection Summary: Wrong named range detection Product: POI Version: 2.5 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: HSSF

DO NOT REPLY [Bug 27622] - Named range reference becomes invalid on removeSheet

2004-03-15 Thread bugzilla
/show_bug.cgi?id=27622 Named range reference becomes invalid on removeSheet --- Additional Comments From [EMAIL PROTECTED] 2004-03-15 19:55 --- Here's the source code (snippet) [works with a workbook containing sheets SHA ... SHG] // CREATE NAMED RANGE

DO NOT REPLY [Bug 27622] New: - Named range reference becomes invalid on removeSheet

2004-03-12 Thread bugzilla
/show_bug.cgi?id=27622 Named range reference becomes invalid on removeSheet Summary: Named range reference becomes invalid on removeSheet Product: POI Version: 2.0FINAL Platform: PC OS/Version: Windows NT/2K Status: NEW Severity

DO NOT REPLY [Bug 16411] - [RFE]Setting reference of Named range fails

2003-03-06 Thread bugzilla
/show_bug.cgi?id=16411 [RFE]Setting reference of Named range fails [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 16411] - [RFE]Setting reference of Named range fails

2003-01-26 Thread bugzilla
/show_bug.cgi?id=16411 [RFE]Setting reference of Named range fails --- Additional Comments From [EMAIL PROTECTED] 2003-01-26 20:31 --- Reference utils -- crying out for refactoring!! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

DO NOT REPLY [Bug 16411] New: - Setting reference of Named range fails

2003-01-24 Thread bugzilla
/show_bug.cgi?id=16411 Setting reference of Named range fails Summary: Setting reference of Named range fails Product: POI Version: 2.0-dev Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority

DO NOT REPLY [Bug 16411] - Setting reference of Named range fails

2003-01-24 Thread bugzilla
/show_bug.cgi?id=16411 Setting reference of Named range fails --- Additional Comments From [EMAIL PROTECTED] 2003-01-24 23:38 --- Sorry: I'm using jakarta-poi-1.9.0-dev-20030124.jar -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 16411] - [RFE]Setting reference of Named range fails

2003-01-24 Thread bugzilla
/show_bug.cgi?id=16411 [RFE]Setting reference of Named range fails [EMAIL PROTECTED] changed: What|Removed |Added Severity|Critical|Normal Summary

DO NOT REPLY [Bug 8964] New: - Event API not recognising named range records from xls

2002-05-09 Thread bugzilla
/show_bug.cgi?id=8964 Event API not recognising named range records from xls Summary: Event API not recognising named range records from xls Product: POI Version: 1.5 Platform: PC OS/Version: Linux Status: NEW Severity: Normal

Named Range

2002-04-21 Thread Libin Roman
Hi,As you see I have done javadoc. If you have something specific , please tell me. What function names should I change ?please be more specific :) Waiting for Answer, Libin Roman

Re: Named Range

2002-04-21 Thread Andrew C. Oliver
Libin Roman wrote: Hi, As you see I have done javadoc. If you have something specific , please tell me. What function names should I change ? please be more specific :) Waiting for Answer,

Re: Named Range

2002-04-21 Thread Nicola Ken Barozzi
From: Andrew C. Oliver [EMAIL PROTECTED] I realize the rest of the formula package does not reflect those standards, it predates them, is was only there for proof of concept, and will problably be nearly completely rewritten. If you look nearly anywhere else in the src/java directory at

Re: Excel named range contribution

2002-04-07 Thread Andrew C. Oliver
implemented up until now. It identified UNKNOWN records and prints out hex dumps. By creating a basic spreadsheet, saving, adding a named range, running BiffViewer on both of them and then using the UNIX diff command you can see what gets added to the sheet. Some of it makes immediate sense (row/col

Re: Excel named range contribution

2002-04-07 Thread Tal Moshaiov
Hi Andrew and thanks for the detailed response ! Actually we've implemented a major part of the named range record in an internal implementation of our company - when we discovered POI :) Currently I'm mainly interested in the integration of our ready code into the POI project. We've

Re: Excel named range contribution

2002-04-07 Thread Andrew C. Oliver
contains a high level abstraction for users org.apache.poi.hssf.record - contains the low level binary records org.apache.poi.hssf.model - contains the grammar for the record to compose the workbook, sheet, etc. So to add the named range: create a class in org.apache.poi.hssf.record that extends