選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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