Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 102,518 for

workbook

(0.15 sec)
  1. Modify existing SQL Data Connection using Aspos...

    Learn how to modify existing SQL Data Connection properties using Aspose.Cells for Node.js via C++....the Data Connections using Workbook.DataConnections collection...SQL Data Connection of the workbook. You can download the source...

    docs.aspose.com/cells/nodejs-cpp/modify-existin...
  2. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for Node.js via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends....an instance of an existing workbook const dataDir = path . join...xlsx" ); const workbook = new AsposeCells . Workbook ( pathName );...

    docs.aspose.com/cells/nodejs-cpp/using-chartglo...
  3. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....shows how to: Create a new workbook. Add a TextBox shape. Modify...Create a new workbook let workbook = new Cells . Workbook (); // Access...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  4. 使用Aspose.Cells在C++中创建Excel工作簿中的签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++在Excel工作簿中创建签名行。...); // Create workbook object Workbook workbook ; // Create signature...Signature Line to the worksheet. workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-signature-l...
  5. 使用JavaScript通过C++管理TextBox|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++管理Excel中的TextBox。..."text/javascript" > const { Workbook , SaveFormat , Color } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files &&...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  6. 网页扩展——使用JavaScript和C++的Office加载项|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...."text/javascript" > const { Workbook , SaveFormat , WebExtensionStoreTyp...a new workbook or load from selected file let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/web-ext...
  7. 从流中打开电子表格文档|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 . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  8. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  9. Convert-Excel-to-JSON with Golang via C++|Docum...

    Learn how to convert an Excel file to JSON with Aspose.Cells using C++....Cells supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/go-cpp/convert-excel-to-j...
  10. 用Node.js通过C++管理Excel文件的公式|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理Excel文件中的公式。Aspose.Cells可以轻松获取、设置和计算Excel的公式。...Cells提供了一个表示Microsoft Excel文件的类 WorkbookWorkbook 类包含一个 getWorksheets()...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/using-formu...