/[Apache-SVN]
ViewVC logotype

Revision 1888418


Jump to revision: Previous Next
Author: centic
Date: Tue Apr 6 06:11:01 2021 UTC (3 years ago)
Changed paths: 3
Log Message:
XSLX2CSV: Do not double-encode if the value is already having quotes and escape double-quotes

Most CSV formats use "" (two quotes) to escape a "-character, we should do this in this
example as well to produce files that can be parsed by other CSV processors correctly.

Also cases where the value is already enclosed in quotes should not lead to additional quotes

Add a simple initial test to module "examples" verify basic functionality of XSLX2CSV
as I often rely on it for converting some very large xlsx-files to csv

Changed paths

Path Details
Directorypoi/trunk/examples/build.gradle modified , text changed
Directorypoi/trunk/examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java modified , text changed
Directorypoi/trunk/ooxml/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26