Bug 43837 - [PATCH] cant open Excel file with unicode NameRecord
Summary: [PATCH] cant open Excel file with unicode NameRecord
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-FINAL
Hardware: Other Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
: 43836 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-11 08:53 UTC by Yasuo Nakanishi
Modified: 2007-11-12 14:12 UTC (History)
0 users



Attachments
unicodeNameRecord.patch (2.90 KB, patch)
2007-11-11 08:53 UTC, Yasuo Nakanishi
Details | Diff
simple test code (5.23 KB, application/zip)
2007-11-11 08:55 UTC, Yasuo Nakanishi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuo Nakanishi 2007-11-11 08:53:14 UTC
HSSFWorkbook is thorws UnsupportedOperationException when using dropdown list 
with name record defined by multibyte unicode name.
Comment 1 Yasuo Nakanishi 2007-11-11 08:53:45 UTC
Created attachment 21110 [details]
unicodeNameRecord.patch
Comment 2 Yasuo Nakanishi 2007-11-11 08:55:18 UTC
Created attachment 21111 [details]
simple test code
Comment 3 Nick Burch 2007-11-12 14:03:41 UTC
*** Bug 43836 has been marked as a duplicate of this bug. ***
Comment 4 Nick Burch 2007-11-12 14:12:15 UTC
Thanks for this, applied with minor tweaks