mercredi 15 novembre 2017

Is there any object-oriented approach or pattern to work with tabular data?

Required operations with tabular data:

  • Switch columns with rows
  • Adding columns/rows at specific places
  • Mark columns/rows/cells as belonging to the same group and fetch specific group
  • Change column/rows order
  • Calculate totals to rows/columns
  • Transform to pivot table
  • Output result as HTML/JSON

What would be a good object-oriented approach to work with tabular data?

Aucun commentaire:

Enregistrer un commentaire