From user-return-22893-archive-asf-public=cust-asf.ponee.io@poi.apache.org Fri Jan 12 09:03:26 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A7D4D180621 for ; Fri, 12 Jan 2018 09:03:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 97A58160C33; Fri, 12 Jan 2018 08:03:26 +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 0DCE0160C30 for ; Fri, 12 Jan 2018 09:03:25 +0100 (CET) Received: (qmail 5238 invoked by uid 500); 12 Jan 2018 08:03:24 -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 5225 invoked by uid 99); 12 Jan 2018 08:03:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2018 08:03:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 13F1EC4921 for ; Fri, 12 Jan 2018 08:03:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.239 X-Spam-Level: *** X-Spam-Status: No, score=3.239 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.249, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gFt2qFZqLyYp for ; Fri, 12 Jan 2018 08:03:22 +0000 (UTC) Received: from lorca4.metanet.ch (lorca4.metanet.ch [80.74.155.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 199265F24C for ; Fri, 12 Jan 2018 08:03:22 +0000 (UTC) Received: from [192.168.1.133] (62-2-108-214.static.cablecom.ch [62.2.108.214]) by lorca4.metanet.ch (Postfix) with ESMTPSA id C52021020A1C for ; Fri, 12 Jan 2018 09:03:21 +0100 (CET) From: Matthias Gerth Content-Type: multipart/alternative; boundary="Apple-Mail=_3E532C03-67D2-4298-92F9-1062E7D82159" Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: XSSFCell character encoding Message-Id: <20CC7C9D-E4D0-4F92-A0C6-D41286BB2966@avelon.ch> Date: Fri, 12 Jan 2018 09:03:20 +0100 To: user@poi.apache.org X-Mailer: Apple Mail (2.3445.5.20) --Apple-Mail=_3E532C03-67D2-4298-92F9-1062E7D82159 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, XSSFCell seems to encode certain character sequences as unicode = characters. How can I prevent this? Do I need to apply some kind of = character escaping? e.g. cell.setCellValue("LUS_BO_WP_x24B8_AI"); // The cell value now is = =E2=80=9ELUS_BO_WP=E2=92=B8AI" In Unicode =E2=92=B8 is U+24B8 Regards Matthias Gerth --Apple-Mail=_3E532C03-67D2-4298-92F9-1062E7D82159--