如何删除自动筛选后的可见行,不包括标题行?

时间:2016-09-23 11:13:04

标签: c# .net excel-interop excel-automation

在Excel Interop中,设置Range.Autofilter()后,我需要删除除第一行以外的所有可见行。由于第一行是工作表的标题行。 谢谢。

1 个答案:

答案 0 :(得分:0)

Iterator<String> itr = request.getFileNames();
MultipartFile file = request.getFile(itr.next());
//Set the headers
................
formData .add("files", new ByteArrayResource(file.getBytes()));

这很有用。