Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Test/Unit checkin 2 anni fa
ConvertArray.php checkin 2 anni fa
DataObject.php checkin 2 anni fa
DataSize.php checkin 2 anni fa
Excel.php checkin 2 anni fa
ExcelFactory.php checkin 2 anni fa
README.md checkin 2 anni fa
Xml.php checkin 2 anni fa

README.md

A set of utility classes that can convert structured data from one type to another. Available features:

  • Converting an associative array to an XML-document and vice versa
  • Converting an object to array or to set of “key/label” arrays
  • Converting a set of objects/arrays to a Microsoft Excel spreadsheet
  • Allows using custom callbacks in the conversion process