I am using the gdata-spreadsheet-3.0 jar to enter data into a Google spreadsheet.
I use
(new ListEntry()).getCustomElements().setValueLocal("Header Name", "Value");
But I do not want to create a header manually.
I cannot enter / create table header using Java. Im also cannot enter data using the spreadsheet header (means AB C ...).
Is it possible to create a title or can I use a table title (means AB C ...)?
source share