Ok digging in the docs I've found how to fix this , infact as default the blank cells are not downloaded in the cell feed. To enable this feature there the need to add this code :
cellquery.ReturnEmpty = ReturnEmptyCells.yes; in this way all cells are retrieved (also blanked ones). Cheers, Giacomo On Sunday, February 26, 2012 10:11:03 AM UTC+1, Giacomo wrote: > > Hi, I'm having some problem with cell-based feed, in particular I have the > need to update the spreadsheet from an external program (written in c# .net > using google api.net) and when I access the cellfeed to update some > cells it simply skill blank cell so that I'm not able to upgrade them. > Is there some way to avoid this ? Is this behaviour normal or have I found > a bug ? > > Any help would be appreciated! > > Thank you > Giacomo > > On Sunday, February 26, 2012 10:11:03 AM UTC+1, Giacomo wrote: > > Hi, I'm having some problem with cell-based feed, in particular I have the > need to update the spreadsheet from an external program (written in c# .net > using google api.net) and when I access the cellfeed to update some > cells it simply skill blank cell so that I'm not able to upgrade them. > Is there some way to avoid this ? Is this behaviour normal or have I found > a bug ? > > Any help would be appreciated! > > Thank you > Giacomo > > On Sunday, February 26, 2012 10:11:03 AM UTC+1, Giacomo wrote: > > Hi, I'm having some problem with cell-based feed, in particular I have the > need to update the spreadsheet from an external program (written in c# .net > using google api.net) and when I access the cellfeed to update some > cells it simply skill blank cell so that I'm not able to upgrade them. > Is there some way to avoid this ? Is this behaviour normal or have I found > a bug ? > > Any help would be appreciated! > > Thank you > Giacomo > >
