kopia lustrzana https://github.com/bellingcat/auto-archiver
fix: max chars on sheets cell
rodzic
e11be449e8
commit
45b982ec38
|
@ -96,7 +96,7 @@ class GWorksheet:
|
||||||
cell_updates = [
|
cell_updates = [
|
||||||
{
|
{
|
||||||
'range': self.to_a1(row, col),
|
'range': self.to_a1(row, col),
|
||||||
'values': [[val]]
|
'values': [[str(val)[0:49999]]]
|
||||||
}
|
}
|
||||||
for row, col, val in cell_updates
|
for row, col, val in cell_updates
|
||||||
]
|
]
|
||||||
|
|
Ładowanie…
Reference in New Issue