You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example I have a cell with a blue background, when I update using decoder.updateCell('Sheet1', 0, 0, 1337); the cell data is updated but the style of the cell is eliminated (the background in white/none).
Thank you
For example I have a cell with a blue background, when I update using
decoder.updateCell('Sheet1', 0, 0, 1337);the cell data is updated but the style of the cell is eliminated (the background in white/none).Thank you