Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 82,064 for

workbook

(0.1 sec)
  1. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++...." ); // Load the workbook Workbook workbook ( srcDir + u "NonPrimitiveShape...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  2. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  3. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  4. Chart Worksheet Formulas|Aspose.Slides for PHP ...

    PowerPoint Equations and Spreadsheet Formulas...150 , 150 , 500 , 300 ); $workbook = $chart -> getChartData ()...any value to the property: $workbook -> getCell ( 0 , "F2" ) ->...

    docs.aspose.com/slides/php-java/chart-worksheet...
  5. Convert CSV to JSON with C++|Documentation

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....Csv ); // Load CSV file Workbook workbook ( srcDir + u "SampleCsv...worksheet Cell lastCell = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  6. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-combo-chart/
  7. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...excel = new AsposeCells . Workbook (); // Obtaining the reference...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  8. 如何使用C++筛选空白或非空白|Documentation

    学习如何使用Aspose.Cells for C++ API筛选空白和非空白。...// Open the Excel file Workbook workbook ( u "sample.xlsx" ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-filter-blan...
  9. 使用 Node.js 通过 C++ 创建带引线的饼图|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在 Microsoft Excel 中创建带引线的饼图。我们的指南将演示如何添加连接数据点与图例的引线,提升图表的整体清晰度。...C++ API创建带引线的饼图,我们将首先创建一个新的 Workbook 并输入一些作为系列数据源的数据。一旦数据准备完毕,我们将在图表集合中添加一个类型为..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-pi...
  10. Create XLSX Using Python | products.aspose.com

    Generate Microsoft Excel XLSX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLSX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlsx/