Any way to avoid hidden Excel columns from being imported into a glide table?
(I should have checked, but I assume they are always automatically imported).
Any way to avoid hidden Excel columns from being imported into a glide table?
(I should have checked, but I assume they are always automatically imported).
The Protected Column feature is designed specifically for this reason: to avoid displaying data from an external data source such as Google Sheets or Excel in Glide. Admittedly, I never use the feature. I know it’s available in Classic Apps, but I don’t know if it’s available in Apps. Please let us know!
(I’m not in front of a computer.)
Thanks I will check later.
The Protected Column is still there.
So the answer appears to be no. Glide overrides any visible/hidden settings in an Excel sheet and imports everything into a Glide table. After import, all columns are visible even if they were hidden in the Excel sheet. Pity.
Actually, you can edit data in Protected Columns, both with Edit Forms and using Set Column Values actions.
It’s kind of weird, because if you open an Edit Form and add an input that points to a Protected Column, it will appear empty - even though it may have data in the source.
I’m not exactly sure if that is intended or not. My gut feeling is that it might be a bug/oversight
I was not really talking about protected columns. Just hidden columns in Excel. I will try to see if Glide ignores protected columns on import. Thanks.
Good to know. Write+edit it is then. Thanks for the correction.
Do a test of course, but I don’t think Glide will ignore hidden columns.
Basically, Glide displays the data that is there in the Excel / Google Sheets and doesn’t “see” any type of formatting: lines, colors, font types, filters, hidden columns, slicers … all these really are formatting. I know the term “formatting” is not the best when it comes to filters or hidden columns. What I mean is, in a filter or a hidden column, the data is definitely there, it just happens to be hidden from view in Excel / Google Sheets. But it’s there. So Glide will display it in the Data Editor.
Yeah, maybe the API that Glide calls don’t have the ability to see whether the column is hidden or not, or in an extension of it, as you said, formatting.