doctrine2 - PHP import/export entities to XML, XLS, CSV… -


is there php library enables import and/or export objects (actually doctrine 2 entities) various formats xml, xls, csv, etc.

what i'm looking generic semi-automatic solution (not specific excel library example): i.e. thing configure mapping between file format , entities.

like doctrine 2 maps objects db schemas, library maps objects file formats.

theres should lots out there, can think of 1 right now, phpexcel

on features page says:

"output spreadsheet object different file formats"

  • excel 2007 (spreadsheetml)
  • iff8 (excel 97 , higher)
  • phpexcel serialized spreadsheet
  • csv (comma separated values)
  • html
  • pdf

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -