longyi c9405dd336 vendor 5 лет назад
..
Test c9405dd336 vendor 5 лет назад
ConvertArray.php c9405dd336 vendor 5 лет назад
DataObject.php c9405dd336 vendor 5 лет назад
DataSize.php c9405dd336 vendor 5 лет назад
Excel.php c9405dd336 vendor 5 лет назад
ExcelFactory.php c9405dd336 vendor 5 лет назад
README.md c9405dd336 vendor 5 лет назад
Xml.php c9405dd336 vendor 5 лет назад

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