Return-Path: X-Original-To: apmail-poi-user-archive@www.apache.org Delivered-To: apmail-poi-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64C201080E for ; Wed, 19 Jun 2013 16:59:57 +0000 (UTC) Received: (qmail 80230 invoked by uid 500); 19 Jun 2013 16:59:56 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 79989 invoked by uid 500); 19 Jun 2013 16:59:53 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 79976 invoked by uid 99); 19 Jun 2013 16:59:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 16:59:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrej.czapszys@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 16:59:48 +0000 Received: by mail-wi0-f173.google.com with SMTP id hq4so932878wib.6 for ; Wed, 19 Jun 2013 09:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9SBciVVDKp5f5T2ol+hNDcEMrJTU15YgihFzoPiStko=; b=NlWTtPwP8IPrkuPDNTCPM/C1f808i1K+vtvilRreegwUggg1XMlPt/ig7eDo5AOH28 Bh/fa+GR77Nyeie3FNSO/+qjDlXstNb1eN1sAraGrMRbkgp/qYuM97B+yOlVt+yfLT1Y u+Br5kRWNBgcfk90WTR6560U1IBRkKvt5Cagip0lDuc7mSD4R8Ar5Ef3sz24dCN4a2Ud J+Vleff60rBBRZReBL0BhHRWG5KkmkmlRbxNwyhXSMVouj2AanVgC6jZn053SgsNAC9t N/+RAhi8PKhf6IiXrHSmx2HveNU4kZSgV4+2wqGfZCGlDpM0nNiW/YTSnXY1Csj/VfIu FHWw== MIME-Version: 1.0 X-Received: by 10.180.198.44 with SMTP id iz12mr2763078wic.44.1371661166810; Wed, 19 Jun 2013 09:59:26 -0700 (PDT) Received: by 10.216.139.5 with HTTP; Wed, 19 Jun 2013 09:59:26 -0700 (PDT) Date: Wed, 19 Jun 2013 09:59:26 -0700 Message-ID: Subject: Excel to CSV conversion From: Andrej Czapszys To: user@poi.apache.org Content-Type: multipart/alternative; boundary=047d7b624dfe9ae47804df84c0fe X-Virus-Checked: Checked by ClamAV on apache.org --047d7b624dfe9ae47804df84c0fe Content-Type: text/plain; charset=ISO-8859-1 Hi, I've been trying to use POI as a method of converting xls and xlsx documents to CSV. Unfortunately, I've hit a brick wall with formula evaluation. I'm getting errors like "Could not resolve external workbook name", because an example document references a document that I don't have. Ideally, I would like to turn formula evaluation off and just use the cached value in all instances. What are my options? Thanks. -Andrej --047d7b624dfe9ae47804df84c0fe--