Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B40BC200C6C for ; Fri, 5 May 2017 17:18:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1018160BAF; Fri, 5 May 2017 15:18:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02C3C160B97 for ; Fri, 5 May 2017 17:18:24 +0200 (CEST) Received: (qmail 89960 invoked by uid 500); 5 May 2017 15:18:19 -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 89949 invoked by uid 99); 5 May 2017 15:18:19 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2017 15:18:19 +0000 Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D0CB71A0A04 for ; Fri, 5 May 2017 15:18:18 +0000 (UTC) Received: by mail-io0-f169.google.com with SMTP id f102so11871426ioi.2 for ; Fri, 05 May 2017 08:18:18 -0700 (PDT) X-Gm-Message-State: AN3rC/7c5CNu7/64K3xYSEolxllTPc/sS6cuf/kUMXrSIu0sxqiJVWN8 eFR1b7tUi8K+Iyaf26gmbi+21jMZ8Q== X-Received: by 10.157.42.111 with SMTP id t102mr15930368ota.123.1493997497984; Fri, 05 May 2017 08:18:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.11.241 with HTTP; Fri, 5 May 2017 08:18:17 -0700 (PDT) Received: by 10.157.11.241 with HTTP; Fri, 5 May 2017 08:18:17 -0700 (PDT) In-Reply-To: <453376559.134930.1493969023583@mail.yahoo.com> References: <619023204.3500456.1493925754999.ref@mail.yahoo.com> <619023204.3500456.1493925754999@mail.yahoo.com> <428511066.3932436.1493961651585@mail.yahoo.com> <453376559.134930.1493969023583@mail.yahoo.com> From: "Javen O'Neal" Date: Fri, 5 May 2017 08:18:17 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: XSSF and SAX To: POI Users List , Mahmood Naderan Content-Type: multipart/alternative; boundary=001a113ad5f029b254054ec866ef archived-at: Fri, 05 May 2017 15:18:25 -0000 --001a113ad5f029b254054ec866ef Content-Type: text/plain; charset=UTF-8 Define that function and put your business logic in it. You said that you needed to for loop over the rows and cells. This is where you do that. Did you take a look at the XLSX2CSV example that I sent you? On May 5, 2017 12:23 AM, "Mahmood Naderan" wrote: So what should I do to fix that? The code doesn't compile... Please see the screen shot at https://i.stack.imgur.com/axyDr.jpg Regards, Mahmood On Friday, May 5, 2017 10:50 AM, Javen O'Neal wrote: It's an interface. You have to define how to proceed the sheet to meet the needs of your application. On May 4, 2017 10:21 PM, "Mahmood Naderan" wrote: > OK. > > When I write the code, I get an error that fetchSheetParser() is > undefined. Although I imported the same libraries as document, I don't know > why I get that error. > > Which package contains that method? > > > Regards, > Mahmood > > > On Friday, May 5, 2017 1:22 AM, Javen O'Neal wrote: > > > > Take a look at > https://svn.apache.org/repos/asf/poi/trunk/src/examples/ > src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@poi.apache.org > For additional commands, e-mail: user-help@poi.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org --001a113ad5f029b254054ec866ef--