|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/file/converter/Bs_FileConverterExcel.class.php
BlueShoes Application Framework - file/converter
Bs_FileConverterExcel
Bs_Object | +-- Bs_FileConverter | +-- Bs_FileConverterExcel
Pseudostatic utility class to convert files from one format to another.
|
public class Bs_FileConverterExcel extends Bs_FileConverter
Pseudostatic utility class to convert files from one format to another.
WISHLIST--------FROM TO | CONVERTER LINUX | CONVERTER WIN32 | COMMENTS |---------------+-------------------------+-------------------------+----------------------------|xls -> html | xlhtml | xlhtml | |xls -> text | | | |xls -> pdf | | | |xls -> csv | xlhtml | catdoc | xlhtml | catdoc | |csv -> xls | biffwriter | | |dependencies: Bs_FileConverter, XPath
| Authors | andrej arn <andrej@arn.li> |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_FileConverter |
| &htmltotext, &_wordconvert, &wordtotext, &wordtohtml, &wordtowml, &wordtolatex, &wordtoabi, wordsummary, wordversion, bs_fileconverter, loadbshtmlutil, htmltoword, htmltopdf |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
|
|
Public Method Details |
capable |
|
public bool capable( string $functionName )
|
| |
Tells whether we can do a conversion or not.
Warning: documentation is missing.
|
| Parameter |
|
| string |
$functionName |
|
|
not case sensitive. |
|
| Returns |
bool true if we can, false if not
@throw NULL on an unknown $functionName |
|
xlsToHtml |
|
public string xlsToHtml( string $fullPath )
|
| |
reads a microsoft excel document and returns it as html.
|
| Parameter |
|
| string |
$fullPath |
|
|
(path & filename of .xls file) |
|
| Returns |
string |
|
xlsToXml |
|
public string xlsToXml( string $fullPath )
|
| |
reads a microsoft excel document and returns it as xml.
xml output looks like: see file excel.xml.
|
| Parameter |
|
| string |
$fullPath |
|
|
(path & filename of .xls file) |
|
| Returns |
string |
|
xlsToArray |
|
public string xlsToArray( string $fullPath )
|
| |
reads a microsoft excel document and returns it as php array.
|
| Parameter |
|
| string |
$fullPath |
|
|
(path & filename of .xls file) |
|
| Returns |
string |
| Throws |
bool FALSE (if not capable, on any error.) |
|
xlsToCsv |
|
public string xlsToCsv( string $fullPath )
|
| |
reads a microsoft excel document and returns it as csv.
|
| Parameter |
|
| string |
$fullPath |
|
|
(path & filename of .xls file) |
|
| Returns |
string |
| Throws |
bool FALSE (if not capable, on any error.) |
|
Bs_FileConverterExcel |
|
public void Bs_FileConverterExcel( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |