Você não pode selecionar mais de 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 2 anos atrás
..
Test/Unit checkin 2 anos atrás
ConvertArray.php checkin 2 anos atrás
DataObject.php checkin 2 anos atrás
DataSize.php checkin 2 anos atrás
Excel.php checkin 2 anos atrás
ExcelFactory.php checkin 2 anos atrás
README.md checkin 2 anos atrás
Xml.php checkin 2 anos atrás

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