Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94FC810016 for ; Fri, 11 Oct 2013 13:51:24 +0000 (UTC) Received: (qmail 14814 invoked by uid 500); 11 Oct 2013 13:51:22 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 14778 invoked by uid 500); 11 Oct 2013 13:51:21 -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 14765 invoked by uid 99); 11 Oct 2013 13:51:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 13:51:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 13:51:19 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 409D01B4C8; Fri, 11 Oct 2013 13:50:59 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 53130] [PATCH] SXSSF Shared Strings option support, to make generated xlsx files compatible with Google Docs or iPad Date: Fri, 11 Oct 2013 13:50:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Version: 3.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: apache@gagravarr.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=53130 --- Comment #9 from Nick Burch --- (In reply to Kirk Mitchener from comment #8) > This patch has fixed our issues, allowing us to efficiently create large > Excel files that can then be used on iPads and Google Docs. What's required > to get this patch accepted into the next release? I think the main things still needed are: * JavaDoc tweak to explain pluses and minuses of shared strings table * Website patch to explain how to use it, and pluses/minuses * Unit tests for it (likely based on writing out with sxssf+shared strings, then reading back in XSSF to verify) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org