unlembilisim/officeread

doc, docx, xlsx, pptx reader. Laravel 5.x
30
Install
composer require unlembilisim/officeread
PHP:>=5.4.0
License:MIT
Last Updated:Dec 12, 2016
Links: GitHub  ·  Packagist
Maintainer: orgenus
    composer require unlembilisim/officeread "@dev"

config/app.php

    ....
    UnlemBilisim\OfficeRead\OrgeReaderServiceProvider::class,
use UnlemBilisim\OfficeRead\Conversion;
.....

$conv = new Conversion(public_path('file.doc'));
$text = $conv->convertToText();
echo $text;
        

Related Packages

nilgems/laravel-textract

A Laravel package to extract text from files like DOC, XL, Image, Pdf and more....

6,544 19
occtherapist/advanced-table-export-for-filament

Export and print Filament admin tables to CSV, XLSX, PDF, DOCX, JSON, and XML —...

3,891 4
turbostream/export-engine

High-performance Laravel package for exporting 300M+ records with 9000+ page PDF...

5 0
chiabit/laravel-phpexcel

PHPOffice PHPExcel wrapper

14 1