How to append data to current row in an excel sheet???
1 次查看(过去 30 天)
显示 更早的评论
Hi, I want to add data to an excel sheet that already contains data. I want to append data to current row but do not know how?
Any help would be much appreciated. Thanks.
0 个评论
采纳的回答
dpb
2018-5-2
doc xlsread
doc xlswrite
You can read/write from/to any area in the file; probably the simplest to code is to read the row into memory, concatenate the new to it and then rewrite the whole row. Alternatives depend upon what you know a priori about what assumptions can make or how much have to do to determine where the next column really is...
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!