DWilliames / google-sheets-sync-figma

80 stars 8 forks source link

Figma Google Sheets sync #228

Open MaxBazoev opened 2 months ago

MaxBazoev commented 2 months ago

We have a sheet of 100 by 100 cells(might be more, might be less)

  1. We have a standard component "Test" that can change the color depending on the setting
  2. We have a standard component "Data", which is collected from the standard component "test", which was copied 100 times.
  3. Considering the way the Figma Google Sheet Sync plugin works, we need to manually name each element "Test" in the "Data"component: #col1, #col2, #col3 ... #col100. We need to also name the columns in the sheet accordingly: #col1, #col2, #col3 ... #col100. If we do name both manually, the plugin collets the data correctly(see screenshot 1).

Question: Can we use this plugin or any other method to parse our sheet without having to manually rename 100 elements in the Data component(see screenshot 2)? And to make sure that tha plugin collects all the data regardless of the name of the row and column and regardless of the amount of data.

image

image

MaxBazoev commented 2 months ago

If you know the answer, please let us know!