Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 99,948 for

workbook

(0.1 sec)
  1. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++.... Finally, it saves the workbook as the output Excel file ..."sampleRemovingSlicer.xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/removing-slicer/
  2. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....Create workbook object from your sample excel file Workbook wb (...SetAutoLoad ( true ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/automatically-refresh...
  3. Using Nested Objects|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.... Workbook = new Workbook ( FileName ); //Instantiate...the Excel file. designer . Workbook . Save ( FileName ); Download...

    docs.aspose.com/cells/net/using-nested-objects/
  4. 在xlsx4j中的公式计算引擎|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 book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/zh/java/formula-calculati...
  5. 用 C++ 指定Excel文件的文档版本,通过内置文档属性|Documentation

    学习如何使用 Aspose.Cells for C++ 通过内置文档属性指定Excel文件的版本。...Startup (); // Create workbook object Workbook wb ; // Access built-in...Version - 18.3" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/specify-document-v...
  6. Draw a line shape with arrow icon - Free Suppor...

    alcLine.zip (13.0 KB)... Workbook workbook = new Workbook(); int w = 230...LineTo(230, 30); Shape shape = workbook.Worksheets[0].Shapes.AddFreeform(1...

    forum.aspose.com/t/draw-a-line-shape-with-arrow...
  7. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....Create a workbook const wb = new AsposeCells . Workbook ( filePath...value." ); } } // Save the workbook const outputFilePath = path...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  8. 工作表到图片 设置渲染图片的像素格式,使用 Node.js 和 C++|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....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-t...
  9. 使用C++导出评论并保存Excel文件为HTML|Documentation

    了解如何使用Aspose.Cells结合C++导出保存Excel文件到HTML时的评论。...xlsx" ; Workbook workbook ( inputFilePath ); //...02_OutputDirectory \\ " ); workbook . Save ( outputDir + u "outputExportComments...

    docs.aspose.com/cells/zh/cpp/export-comments-wh...
  10. How to create Dynamic Rolling Chart with Node.j...

    Learn how to create a dynamic rolling chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...