Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 102,691 for

workbook

(0.41 sec)
  1. Using WorkbookMetadata with Python.NET|Document...

    Learn how to manage Workbook metadata efficiently using Aspose.Cells for Python via .NET API....light-weight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/python-net/using-workbook...
  2. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++....VBA code is valid using the Workbook.isValidSigned() property....modify its VBA code, save the workbook, and then recheck, we find...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  3. 在VSTO和Aspose.Cells中保护和取消保护工作簿|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.... Workbooks . Open ( myPath , Missing...Missing . Value ); //Protect the workbook specifying a password with...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  4. Hiding and Showing Rows and Columns with Node.j...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for Node.js via C++....via C++ provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/hiding-and-sho...
  5. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  6. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel Workbook tabs....show and hide elements of a workbook, including worksheets and...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/python-net/show-and-hide-...
  7. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples....Create a workbook. Aspose . Cells . Workbook workbook = new Aspose...Aspose . Cells . Workbook (); // Add an Excel chart. int chartRows...

    docs.aspose.com/slides/net/creating-excel-chart...
  8. 通过C++使用Node.js管理评论和笔记|Documentation

    用Aspose.Cells for Node.js via C++插入和管理评论或笔记。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/comments-an...
  9. Load a Web Image from a URL into an Excel Works...

    How to convert an image from a URL to an actual Excel image using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...file provided, create a new workbook document . getElementById...

    docs.aspose.com/cells/javascript-cpp/load-a-web...
  10. 通过C++使用Node.js复制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....new Workbook. const workbook = new AsposeCells . Workbook ();...the book. let worksheets = workbook . getWorksheets (); // Get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-ranges...