Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 104,099 for

workbook

(0.08 sec)
  1. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....sample code creates an empty workbook and then saves it as PDF after...empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  2. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas of Excel files....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/using-form...
  3. java.lang.ClassNotFoundException: Didn't find c...

    sourceCompatibility JavaVersion.VERSION_1_8 minSdk 24 targetSdk 33 Workbook Workbook = new Workbook(fileName);...24 targetSdk 33 Workbook workbook = new Workbook(fileName); amjad...exception or error. Workbook workbook = new Workbook("d:\\files\\templt_appendix2...

    forum.aspose.com/t/java-lang-classnotfoundexcep...
  4. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....Create workbook from source Excel file Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/consolidation-function/
  5. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++....following sample code creates a workbook first in XLS format and then...endl ; // Create workbook in XLS format. Workbook wb ( FileFormatType...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  6. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel Workbook with Aspose.Cells for JavaScript via C++....to an Excel workbook. Convert JSON to Excel Workbook No need to...convert a JSON file to an Excel workbook, because Aspose.Cells for...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  7. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX and output...file containing a pivot table Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/create-slicer/
  8. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API... 如何使用内置样式 方法 Workbook.CreateBuiltinStyle 和枚举 BuiltinStyleType...; // Create a new workbook Workbook workbook ; // Create a built-in...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  9. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in C++ to add conditional formatting for two color ratios and three color ratios. By adjusting these criteria, you have more control over how cells look and appear....\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/adding-2-color-scale-...
  10. 获取范围内的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取区域中的超链接。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/get-hyp...