Export Selected Rows to Excel?

I am running into row limits for export, so I want to export a selection. Is there a way to do that without creating a new view?

In SeaTable, you can either export a table to XLSX or a view. (A view is a subset - or selection - of a table.)

What’s wrong with creating a view?

Nothing, I just wanted to export a smaller sample of randomly-selected rows for testing, which didn’t fit neatly into a filter, since I wanted a random variance.

I would have a Python script generate a random number/integer and paste it in a separate column.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.