I am using tabcmd to export some sheets to csv in tabcmd. The issue i am having is my view contains 3 sheets and i can only get one.
I have 3 sheets
1)A
2)B
3)C
I want to export the data for sheet C
Here is the command I use
tabcmd export "Q1Sales/Sales_Report" --csv -f "Weekly-Report.csv"
This command always returns sheet A or the first sheet alphabetically. Is there a way around this or any suggestions of a better method to achieve this?