Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 72531 invoked from network); 24 Mar 2008 18:20:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2008 18:20:01 -0000 Received: (qmail 7739 invoked by uid 500); 24 Mar 2008 18:19:59 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 7716 invoked by uid 500); 24 Mar 2008 18:19:59 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 7707 invoked by uid 99); 24 Mar 2008 18:19:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 11:19:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paolo.moz@gmail.com designates 209.85.162.183 as permitted sender) Received: from [209.85.162.183] (HELO el-out-1112.google.com) (209.85.162.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 18:19:18 +0000 Received: by el-out-1112.google.com with SMTP id v27so1362912ele.17 for ; Mon, 24 Mar 2008 11:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=XZsvoW6b33aBfzgsl8D31lF8cLQwUBiY8KKYxODarPk=; b=SeLpZLBdjBEWFSorVakfHZGF7GMH9WBx9RqWvbkHXI9PmRuyERz00WSkGrI3+s2y8k1Mgq+X66fGcKkVcHzMTnxncT+IWYqD6URvZCM3fVPcSy0Zc8uGFnmv9SM0eZp/ojUjUxWKlMxFmbc4nVGtJuPwz8NBYjOQPja/z050VIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=FGHdhfK08UGEu7Jwfk30UXsVkp3LgK0PUbfwLRaDzTbCq37fKIKCUOmSaNc7AcpuVzegRXfkGHVY/dIZOgpYrAj6zS4biFogTVvN2vc/7TkkpHuhaJg/WoQ2avD43Qn6gBtilJSkNRGbzKleY3W5L6J2clH8I05k89rTWm13SKM= Received: by 10.141.153.17 with SMTP id f17mr2436595rvo.267.1206382768754; Mon, 24 Mar 2008 11:19:28 -0700 (PDT) Received: by 10.141.205.19 with HTTP; Mon, 24 Mar 2008 11:19:28 -0700 (PDT) Message-ID: Date: Mon, 24 Mar 2008 19:19:28 +0100 From: "Paolo Mottadelli" Sender: paolo.moz@gmail.com To: "POI Developers List" Subject: Re: Today's work on the ooxml branch In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_7765_9871660.1206382768735" References: X-Google-Sender-Auth: 25cde5ee55bf9be1 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7765_9871660.1206382768735 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, this is an openxml4j related message, maybe I need to forward this to the right list. I found some wrong paths in .classpath file for the openxml4j trunk. here is a working patch for that. thanks On Fri, Mar 21, 2008 at 8:01 PM, Nick Burch wrote: > On Mon, 17 Mar 2008, Nick Burch wrote: > > Finally, I noticed one ever-so slight bug. Coded up in > > org.apache.poi.xssf.usermodel.TestXSSFWorkbook#testLoadSave() > > It seems that if we open an existing file, write it out, then open it > > again, we can't see any of the shared strings, sheets etc. As I said, only > > a minor problem, so any tips on what we've missed out to make it work > > gratefully accepted! > > Tracked this down to a couple of openxml4j bugs, now fixed in their svn > > We're now able to open an existing ooxml excel file in poi, tweak it, save > it, and have it open in excel! Admitedly, excel does feel the need to > repair the file, and it declares any new files we create to be > un-repairable, but it's a start... :) > > > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org > For additional commands, e-mail: dev-help@poi.apache.org > > -- Paolo Mottadelli Sourcesense - making sense of Open Source: http://www.sourcesense.com ------=_Part_7765_9871660.1206382768735 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org ------=_Part_7765_9871660.1206382768735--