Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Test/Unit checkin il y a 2 ans
ConvertArray.php checkin il y a 2 ans
DataObject.php checkin il y a 2 ans
DataSize.php checkin il y a 2 ans
Excel.php checkin il y a 2 ans
ExcelFactory.php checkin il y a 2 ans
README.md checkin il y a 2 ans
Xml.php checkin il y a 2 ans

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