Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Test/Unit checkin há 2 anos
ConvertArray.php checkin há 2 anos
DataObject.php checkin há 2 anos
DataSize.php checkin há 2 anos
Excel.php checkin há 2 anos
ExcelFactory.php checkin há 2 anos
README.md checkin há 2 anos
Xml.php checkin há 2 anos

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