Imports the specified CSV file into the specified worksheet.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public boolean importData ( |
A string specifying the path to the CSV file.
The Worksheet instance where to import the data.
true if the data was successfully loaded; otherwise, false.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |