public abstract class JxlsNationalLanguageSupport extends Object
| Constructor and Description |
|---|
JxlsNationalLanguageSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValueDelimiter() |
String |
getEnd() |
String |
getStart() |
protected void |
init() |
File |
process(InputStream in) |
void |
process(InputStream in,
OutputStream out) |
protected void |
processZipEntry(ZipEntry zipEntry,
InputStream in,
ZipOutputStream zipout) |
void |
setDefaultValueDelimiter(String defaultValueDelimiter) |
void |
setEnd(String end) |
void |
setStart(String start) |
protected void |
transfer(InputStream in,
OutputStream out) |
protected abstract String |
translate(String name,
String fallback) |
protected String |
translateAll(String text) |
void |
translateSet(Set<String> sheetNames) |
public File process(InputStream in)
in - XLSX input streampublic void process(InputStream in, OutputStream out) throws IOException, TransformerConfigurationException, ParserConfigurationException, SAXException, TransformerException, TransformerFactoryConfigurationError
in - XLSX input stream that contain R{key} elementsout - XLSX output stream for writing the result that contains translated R{key} elementsIOException - -TransformerConfigurationException - -ParserConfigurationException - -SAXException - -TransformerException - -TransformerFactoryConfigurationError - -protected void init()
protected void processZipEntry(ZipEntry zipEntry, InputStream in, ZipOutputStream zipout) throws IOException, ParserConfigurationException, SAXException, TransformerException
protected void transfer(InputStream in, OutputStream out) throws IOException
IOExceptionpublic String getStart()
public void setStart(String start)
public String getEnd()
public void setEnd(String end)
public String getDefaultValueDelimiter()
public void setDefaultValueDelimiter(String defaultValueDelimiter)
Copyright © 2023. All rights reserved.