Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 102,707 for

workbook

(0.96 sec)
  1. Page Setup Features with JavaScript via C++|Doc...

    Explore page setup features using Aspose.Cells for JavaScript via C++. Learn how to configure page dimensions, orientations, and settings....page‑setup features of an Excel workbook. These features include setting...If none is selected, a new workbook will be created. </ p > <...

    docs.aspose.com/cells/javascript-cpp/page-setup...
  2. Create, Access, and Copy Named Ranges with C++|...

    Learn how to create, access, and copy named ranges in Excel files using Aspose.Cells with C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/create-access-and-cop...
  3. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....Cells Example - Create Workbook and Set Font </ h1 > < input..."text/javascript" > const { Workbook , SaveFormat , Color } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  4. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...Create a new Workbook object Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  5. 用JavaScript通过C++管理评论和笔记|Documentation

    使用Aspose.Cells for JavaScript via C++插入和管理评论或笔记。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/comment...
  6. Public API Changes in Aspose.Cells 8.6.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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for JavaScript via C++....body > < h1 > Add Picture to Workbook Example </ h1 > < p > Optional:...leave empty to create a new workbook. </ p > < input type = "file"...

    docs.aspose.com/cells/javascript-cpp/insert-sha...
  8. 使用Aspose.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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  9. AutoFill Range of Excel File with C++|Documenta...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells with C++....Startup (); // Create a Workbook Workbook workbook ( u "range_autofill...Cells Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/autofill-ranges/
  10. Load Source Excel File Without Charts with C++|...

    Learn how to load an Excel file without charts using Aspose.Cells with C++....the workbook with specified load options Workbook workbook ( inputFilePath...; // Save the workbook in PDF format workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/load-source-excel-fil...