在某些情况下,您可能需要在Excel文档中显示或隐藏注释。本文档介绍如何使用S在Excel文档中隐藏或显示现有注释。

详细步骤:

Step 1:实例化Workbook实例并加载excel文档

Workbook workbook=new Workbook

工作手册。LoadFromFile(' Commen;);

Step 2:导入第一个工作表

worksheet sheet=workbook . worksheets[0];

在Step 3:工作表中隐藏或显示特定注释

//Hide comment

[0]。IsVisible=false

//Show comment

//[0]。IsVisible=true

保存Step 4:文档

workbook . save tofile(' hidecomment . xlsx ',excel ver);

屏幕截图:

完整代码:

//instantiate a workbook instance and load the excel document

Workbook workbook=new Workbook

工作手册。LoadFromFile(' Commen;);

//Get the first worksheet

worksheet sheet=workbook . worksheets[0];

//hide the specific comment in the worksheet

[0]。IsVisible=false

//show the specific comment in the worksheet

//[0]。IsVisible=true

//Save the document

workbook . save tofile(' hidecomment . xlsx ',excel ver);

1.《【vc怎么显示excel】Spire。XLS教程:在c中隐藏或显示Excel注释》援引自互联网,旨在传递更多网络信息知识,仅代表作者本人观点,与本网站无关,侵删请联系页脚下方联系方式。

2.《【vc怎么显示excel】Spire。XLS教程:在c中隐藏或显示Excel注释》仅供读者参考,本网站未对该内容进行证实,对其原创性、真实性、完整性、及时性不作任何保证。

3.文章转载时请保留本站内容来源地址,https://www.lu-xu.com/keji/2482612.html