Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 102,533 for

workbook

(0.11 sec)
  1. Draw Slicer while rendering Excel to PDF|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.... It then saves the workbook as output PDF file . The following..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/draw-slice...
  2. Convert Dates to Japanese Dates with JavaScript...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...CountryCode . Japan ; // Instantiate workbook from uploaded file with load...

    docs.aspose.com/cells/javascript-cpp/convert-da...
  3. Convert JSON to CSV with JavaScript via C++|Doc...

    Learn how to convert JSON data to CSV using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , JsonLayoutOptions...Create empty workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  4. Unfreeze Rows or Columns with JavaScript via C+...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the JavaScript API with C++.... Construct a Workbook to open the frozen file. Unfreeze..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/unfreeze-r...
  5. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the text of a chart legend entry fill to none. This guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/set-text-o...
  6. 用C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells和C++将WAV文件作为OLE对象插入Excel工作表。...intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/inserting-a-wav-fi...
  7. 使用Python.NET计算Excel 2016的MINIFS和MAXIFS函数|Docume...

    了解如何使用Aspose.Cells for Python via .NET API计算Excel 2016的MINIFS和MAXIFS函数,并附有示例代码。...2016的MINIFS和MAXIFS函数 以下示例代码加载 样例Excel文件 ,调用 workbook.calculate_formula() 方法,通过Aspose...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/zh/python-net/calculation...
  8. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....properties while converting a workbook to HTML. The 8.6.0 version...properties. After converting a workbook to HTML, the output file will...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  9. 使用Aspose.Cells for Node.js via C++通过Microsoft E...

    学习如何使用Aspose.Cells for Node.js via C++在Excel中自动刷新OLE对象。...__dirname , "data" ); // Create workbook object from your sample excel...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/automatical...
  10. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples....// ---------- // Create a workbook. intrusive_ptr < Aspose ::...:: Cells :: IWorkbook > workbook = Aspose :: Cells :: Factory...

    docs.aspose.com/slides/cpp/creating-excel-chart...