G'day,

I'm wondering how to duplicate a worksheet in a spreadsheet using the Java 
api - for example:

spreadsheet.duplicate(WorksheetEntry entryToDuplicate, String 
> nameOfDuplicatedSheet);


At the moment the only thing I can think of us basically interating over 
the cell feed for both sheets and then dumping all the cells from one into 
the other one. I don't think this would duplicate any of the Data 
Validation, Conditional Formatting or Border stuff though.

Thanks,

-John 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to