Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 102,472 for

workbook

(0.4 sec)
  1. 使用 C++ 通过 JavaScript 指定作者在保护工作簿时|Documentation

    使用 C++ 通过 Aspose.Cells for JavaScript 在保护工作簿时指定作者姓名...请使用 Workbook.author 属性完成此操作。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码说明了 Workbook.author 属性的用法。该代码创建一个空白工作簿,用密码进行写保护,指定作者姓名,并保存为...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  2. New Line in 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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/new-line-in-cells/
  3. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...Steps Explanation Create a new Workbook instance Access worksheet...error-handled cells Save modified workbook with calculation results import...

    docs.aspose.com/cells/python-net/calculating-if...
  4. 通过Node.js和C++显示与隐藏行列和滚动条|Documentation

    本文演示如何通过Node.js和C++编程控制Excel工作表的行和列的显示与隐藏。有效控制滚动条的显示,以及批量隐藏或显示多行多列。...Cells 提供了一个类 Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 getWorksheets()...Instantiating a Workbook object with file buffer const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  5. Cell Alignment Settings|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....class, Workbook , that represents an Excel file. The Workbook class...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/java/cell-alignment-setti...
  6. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...; void PrintTables ( Workbook & workbook , ExternalConnection..." ); // Load workbook object Workbook workbook ( srcDir + u "sample...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...
  7. Refresh Values of Linked Shapes with JavaScript...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for JavaScript via C++....C++ if you want to save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, then...

    docs.aspose.com/cells/javascript-cpp/refresh-va...
  8. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  9. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。...Cells Example - Encrypt Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  10. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...\\ " ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...u "MyRange" ); Style stl = workbook . CreateStyle (); stl . GetFont...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...