Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 82,065 for

workbook

(0.07 sec)
  1. Public API Changes in Aspose.Cells 8.7.2|Docume...

    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....instance of Workbook Workbook workbook = new Workbook (); //Access...collection Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 在使用C++通过Node.js加载文件时自动调整行高|Documentation

    学习如何在加载文件时自动调整未自定义高度的行,使用Aspose.Cells for Node.js via C++。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  3. Create Volume-Open-High-Low-Close(VOHLC) Stock ...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-volume-...
  4. 从Web地址插入链接图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++从Web地址在工作表中插入链接图片。...Instantiate a new Workbook Workbook workbook ; // Insert a linked...com/Images/aspose-logo.jpg" ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-linked-pi...
  5. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  6. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Create an instance of Workbook Workbook workbook ( u "High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-high-low-close...
  7. Aspose.Cells 8.9.2 中的公共 API 变更|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....Initialize Workbook instance var book = new Workbook (); // Access...Initialize Workbook instance var book = new Workbook (); // Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. 用C++加载和管理Excel、OpenOffice、Json、Csv和Html文件|Docum...

    使用Aspose.Cells for C++,创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht及XPS文件变得简单。...Instantiate a Workbook object that represents Excel file. Workbook wb ;...new workbook, a default "Sheet1" is added to the workbook. Worksheet...

    docs.aspose.com/cells/zh/cpp/loading-saving-and...
  9. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets..."book1.xls" ; // Create workbook Workbook excel ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  10. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk.... It then saves the workbook as output Excel file . If...empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...