Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 161,004 for

workbook

(0.09 sec)
  1. 检索电子表格文档中所有命名范围的字典|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/zh/net/retrieve-a-diction...
  2. 在Ruby中加密Excel文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/encrypting-excel-...
  3. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....show formulas Create a new workbook and get access to the first...show the formulas Save the workbook with the specified settings...

    kb.aspose.com/cells/net/how-to-show-formulas-in...
  4. CommentCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Comment./comment对象.... 例子 [C#] Workbook workbook = new Workbook (); CommentCollection...CommentCollection comments = workbook . Worksheets [ 0 ]. Comments ; //做你的事...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  5. CellWatchCollection | Aspose.Cells for .NET API 参考

    表示在监视窗口中正在监视的此工作表上的单元格集合...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 获取第一个工作表。...获取第一个工作表。 Worksheet sheet = workbook . Worksheets [ 0 ]; // 将 Cell...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. Watermark ODS document via Java | products.aspo...

    Java sample code to add or remove watermark to ODS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....ODS via Java Create a new Workbook object Select Worksheet via...Transparency and more Save workbook in ODS format System Requirements...

    products.aspose.com/cells/java/watermark/ods/
  7. ValidationCollection | Aspose.Cells for .NET AP...

    表示数据验证集合...(int) 例子 [C#] Workbook workbook = new Workbook (); ValidationCollection...ValidationCollection validations = workbook . Worksheets [ 0 ]. Validations...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  8. CheckBoxCollection | Aspose.Cells for .NET API 参考

    代表一个集合CheckBox./checkbox工作表中的对象... Workbook workbook = new Workbook (); //获取工作簿中的第一个工作表。...//获取工作簿中的第一个工作表。 Worksheet sheet = workbook . Worksheets [ 0 ]; int index...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. 在 xlsx4j 中计算小计|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  10. Converting To XPS in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/converting-to-xps-in...