Office
Office Class
DOCUMENT EXCEL CLASS
format file excel atau CSV
method available
$excel = new DocumentExcel;
$excel->read("filename.csv");
$excel->execute();
// show
$excel->showColumn();
$excel->showRow();
$excel->showByColumn("column-name");basic usage
PDF PARSER
basic usage
DOCX PARSER
Last updated