Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 51783 invoked from network); 6 Dec 2004 18:00:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 18:00:47 -0000 Received: (qmail 62979 invoked by uid 500); 6 Dec 2004 18:00:34 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 62922 invoked by uid 500); 6 Dec 2004 18:00:33 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 62892 invoked by uid 99); 6 Dec 2004 18:00:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO muibros.com) (69.28.209.52) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 10:00:32 -0800 Received: from [127.0.0.1] ([::ffff:127.0.0.1]) by muibros.com with esmtp; Mon, 06 Dec 2004 13:01:37 -0500 Message-ID: <41B49F9F.4000801@muibros.com> Date: Mon, 06 Dec 2004 13:06:23 -0500 From: Danny Mui User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: POI Users List Subject: Re: java.io.IOException: block[ 63 ] already removed References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N may I ask what version of HSSF you are using? we had some problems with "slow" input streams before that were (should) corrected. read up on the mailing list and bugzilla. Todd Hall wrote: > Todd Hall yahoo.com> writes: > > >>Can anyone tell me if they are familiar with the following exception, what > > it > >>may mean, and if there are any known solutions? I suspect it is data data >>related in the excel file I am reading, but I can not seem to narrow it to a >>specific field/cell. >> > > > > I found out that there is apprently a 64kb file size limit when processing a > file that was uploaded via brwoser from client. Uploaded file is converted to > input stream. Exception is thrown when trying to creat workbook: > > > //getFileContents() return a String containing file contents > InputStream is = new ByteArrayInputStream(getFileContents().getBytes()); > HSSFWorkbook workBook = new HSSFWorkbook(is); > > > Anyone out there run into this and have a solution that does not involve > writing the file to the filesystem? > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: poi-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: poi-user-help@jakarta.apache.org