You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin преди 2 години
..
Test/Unit checkin преди 2 години
ConvertArray.php checkin преди 2 години
DataObject.php checkin преди 2 години
DataSize.php checkin преди 2 години
Excel.php checkin преди 2 години
ExcelFactory.php checkin преди 2 години
README.md checkin преди 2 години
Xml.php checkin преди 2 години

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