Search
ExcelImporter.setSharedBuilder Method
See Also
 






Sets a shared DocumentBuilder to use for XML parsing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setSharedBuilder (
    DocumentBuilder value
)

 Parameters

value
A javax.xml.parsers.DocumentBuilder instance.

 Remarks

DocumentBuilder instantiation is very slow. You can set this property to improve performance when importing a batch of documents or using ExcelImporter on a server. Make sure the instance you set is namespace aware.

 See Also