Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 82,065 for

workbook

(0.05 sec)
  1. 在PHP中将Excel文件转换为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....new SaveFormat (); $workbook = new Workbook ( $dataDir . "Book1...the document in PDF format $workbook -> save ( $dataDir . "OutBook1...

    docs.aspose.com/cells/zh/java/converting-excel-...
  2. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/cpp/get-connection-points...
  3. Json|Documentation

    Learn how to convert excel Workbook to json with Aspose.Cells for Python via .NET API....NET supports converting a workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-workbo...
  4. 通过Node.js使用C++降低Cell.Calculate方法的计算时间|Documenta...

    本文介绍如何使用Aspose.Cells库,通过Node.js的C++,减少Excel中单元格计算方法的计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 Workbook.calculateFormula() 方法一次,然..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/decrease-th...
  5. How to change background in comment in Excel wi...

    How to change color in comment in Excel. How to insert picture or image in comment in Excel using C++....is used to initialize the Workbook object in the code below....srcDir + u "exmaple.xlsx" ; Workbook book ( inputPath ); Worksheet...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...
  6. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....file containing charts Workbook workbook ( srcDir + u "SampleChart...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  7. 避免在输出PDF中生成空白页,使用Node.js via C++|Documentation

    学习如何在没有内容输出时避免输出PDF中的空白页,使用Aspose.Cells for Node.js via C++。...empty workbook. const wb = new AsposeCells . Workbook (); //...setOutputBlankPageWh ( false ); // Save workbook to Pdf format, it will throw...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-blank...
  8. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for C++ API.... The modified workbook is saved as output excel file...u "Output.out.xlsx" ; Workbook workbook ( inputPath ); Worksheet...

    docs.aspose.com/cells/cpp/access-and-update-the...
  9. 用Node.js通过C++创建成交量 开盘 最高 最低 收盘(VOHLC)股票图表|Docum...

    学习如何使用Aspose.Cells for Node.js via C++创建成交量 开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括成交量、开盘价、最高价、最低价和收盘价,以便进行更好的分析和可视化。...instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/create-volu...
  10. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....connection of any type using the Workbook.DataConnections collection...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/working-with-external...