25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Test/Unit checkin 2 yıl önce
ConvertArray.php checkin 2 yıl önce
DataObject.php checkin 2 yıl önce
DataSize.php checkin 2 yıl önce
Excel.php checkin 2 yıl önce
ExcelFactory.php checkin 2 yıl önce
README.md checkin 2 yıl önce
Xml.php checkin 2 yıl önce

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