Some feature Questions

Can a sheet be copied and saved with a new id while retaining the original sheet?
Can I hide the options bar?

Thank you

There is no GUI or API for “copy sheet” operation. Still it is quite easy to do it with a custom php code ( you will need to add a new record in “sheet” table and duplicate all records in “data” table with new sheet_id )