Skip to content

table: fill cells with csv data #3

@reki2000

Description

@reki2000

if ID in table object refers a csv-setting (not a plaitn string), its CSV data will be inserted into the table, where it's top left position is the cell that the ID is written.

for example,

pptx:
+---------+-----+
| {data}  |     |
+---------+-----+
|         |     |
+---------+-----+

model:
{
  "data" : {
     "file_name": "data1.csv"  // contains " X,Y [LF]  10,100"
  }
}

will be like:

+---------+-----+
| X       |  Y  |
+---------+-----+
|      10 | 100 |
+---------+-----+

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions