I'm trying to update a cell in excel using Oledb, but the data which I'm trying to add to excel is more than 256 characters length. So, when I execute the update query, it is throwing error like, The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
How can we update excel cell with String which has more than 256 characters?