Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Test/Unit checkin 2 lat temu
ConvertArray.php checkin 2 lat temu
DataObject.php checkin 2 lat temu
DataSize.php checkin 2 lat temu
Excel.php checkin 2 lat temu
ExcelFactory.php checkin 2 lat temu
README.md checkin 2 lat temu
Xml.php checkin 2 lat temu

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