Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table: fill cells with csv data #3

Open
reki2000 opened this issue Jun 9, 2017 · 0 comments
Open

table: fill cells with csv data #3

reki2000 opened this issue Jun 9, 2017 · 0 comments

Comments

@reki2000
Copy link
Contributor

reki2000 commented Jun 9, 2017

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 |
+---------+-----+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant