Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 103,763 for

workbook

(0.13 sec)
  1. 使用 Aspose.Cells for JavaScript 通过 C++ 自动刷新 OLE ...

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动刷新 OLE 对象。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/automat...
  2. Get the Version Number of the Application that ...

    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....JavaScript via C++ provides the Workbook.builtInDocumentPrope property...demonstrates the use of the Workbook.builtInDocumentPrope property...

    docs.aspose.com/cells/javascript-cpp/get-the-ve...
  3. 在Aspose.Cells中为工作表添加WordArt水印|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 (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  4. 在使用 Node.js via C++ 时设置工作簿的公式计算模式|Documentation

    本文介绍了如何通过 Aspose.Cells for Node.js via C++ 设置 Microsoft Excel 中文档的公式计算模式。通过加载现有的 Excel 文件或创建新文件,使用 Aspose.Cells 提供的方法设置公式计算模式并获取结果。最后,将修改后的 Excel 文件保存到磁盘。...Create a workbook const workbook = new AsposeCells . Workbook ();...Calculation Mode to Manual workbook . getSettings (). getFormulaSettings...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-for...
  5. 使用Python.NET将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for Python via .NET将公历日期转换为Excel文件中的日本日期。...cells import Workbook , LoadOptions , LoadFormat...Load workbook with Japanese regional settings workbook = Workbook...

    docs.aspose.com/cells/zh/python-net/convert-dat...
  6. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....Excel files (for example, a workbook that has many sheets, each...\\ " ); // Initialize a new Workbook and open an Excel file U16String...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  7. Freeze Top Row(s) of Excel Worksheet with C++|D...

    In this article, you will learn how to freeze top rows of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct a Workbook to open a file or create a...Instantiate a new Workbook Workbook workbook ( u "Freeze.xlsx"...

    docs.aspose.com/cells/cpp/how-to-freeze-rows-of...
  8. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for Node.js via C++....from ( byteArray ); // Create workbook from stream with HTML load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/nodejs-cpp/delete-redunda...
  9. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Create workbook and load the sample Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  10. 使用 Node.js via C++ 显示单元格范围作为数据标签|Documentation

    学习如何在图表中显示单元格范围作为数据标签,支持 Aspose.Cells for Node.js via C++。我们的指南将演示如何将标签链接到数据源,并进行格式化,以在图表中提供准确且有意义的信息。...Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/showing-cel...