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

workbook

(0.34 sec)
  1. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....:: Startup (); // Load the workbook U16String inputFilePath (...( u "input.xlsx" ); Workbook workbook ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  2. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...请使用 Workbook.VbaProject.Modules.Add() 方法在工作簿中添加新的VBA模块。...); // Create new workbook Workbook workbook ; // Access first...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  3. Advanced Protection Settings since Excel XP wit...

    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....File menu, select Protect Workbook followed by Protect Current...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/nodejs-cpp/advanced-prote...
  4. How to Filter Blanks or Non-Blanks|Documentation

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for JavaScript via C++ API....blanks and then saves the workbook as the output Excel file ..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-fil...
  5. 使用C++设置图表数据源|Documentation

    了解Aspose.Cells for C++支持的各种数据源。我们的指南将引导您了解不同类型的数据源,以及如何连接和从中检索数据以填充工作表。...Instantiating a Workbook object Workbook workbook ; // Adding a...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/data-formatting-in...
  6. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-image/
  7. 使用JavaScript通过C++将Excel转换为CSV、TSV和Txt|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel文件转换为CSV、TSV和TXT格式。..."text/javascript" > const { Workbook , SaveFormat , TxtSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....show formulas Create a new workbook and get access to the first...show the formulas Save the workbook with the specified settings...

    kb.aspose.com/cells/net/how-to-show-formulas-in...
  9. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for Node.js via C++....Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/nodejs-cpp/how-to-rotate-...
  10. 使用 Aspose.Cells for JavaScript 通过 C++ 修改现有的SQL数...

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 修改现有的SQL数据连接属性。...Cells提供了访问和修改数据连接的方法,使用Workbook.dataConnections集合。 使用Aspose..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...