Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 30,198 for

worksheet

(0.09 sec)
  1. 用 C++ 将页面设置从源工作表复制到目标工作表|Documentation

    本文说明如何使用 C++ API 或示例代码,将页面设置从源工作表复制到目标工作表。... Add ( u "TestSheet2" ); Worksheet TestSheet1 = wb . GetWorksheets... Get ( u "TestSheet1" ); Worksheet TestSheet2 = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/copy-page-setup-se...
  2. 使用 Node.js via C++ 在非原始形状的数据|Documentation

    了解如何在 Aspose.Cells for Node.js via C++ 中访问和操作非原始形状。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...defined shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/data-in-non...
  3. Number Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use the Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/cells-number-settings/
  4. 用Node.js通过C++按名称访问文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从集合中按名称访问文本框。...Hide ] 按名称访问文本框 早先,可以通过索引访问 Worksheet.getTextBoxes() 集合中的文本框,但现...filePath ); // Access first worksheet from the collection const...

    docs.aspose.com/cells/zh/nodejs-cpp/access-the-...
  5. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C# API or .NET Library....error checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/use-error-checking-op...
  6. 在保存为 PDF 时使用 C++ 通过 JavaScript 打印批注|Documentation

    学习如何在使用 C++ 通过 JavaScript 将 Excel 文档保存为 PDF 时打印批注。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . pageSetup . printComments = AsposeCells . PrintCommentsType...

    docs.aspose.com/cells/zh/javascript-cpp/print-c...
  7. 使用GridLines导出Excel到HTML via JavaScript。|Documen...

    学习如何使用Aspose.Cells for JavaScript via C++导出带有网格线的Excel文件到HTML格式。...Access first worksheet const ws = wb . worksheets . get ( 0 );...); // Fill worksheet with some integer values for ( let r = 0...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  8. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets, e.g., Numbers stored as Text, using Aspose.Cells for Python via .NET API....error‑checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet with Python.NET Analyzing...

    docs.aspose.com/cells/python-net/use-error-chec...
  9. 用JavaScript通过C++隐藏工作表中的零值显示|Documentation

    本文章将为您展示一段示例代码,说明如何通过C++的JavaScript库以编程方式隐藏Excel电子表格中的零值。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Get First worksheet of the workbook const sheet...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...
  10. Set DefaultFont property of PdfSaveOptions and ...

    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....The A1 cell (in the first worksheet) has a text set to “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/java/set-defaultfont-prop...