Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 105,417 for

workbook

(0.18 sec)
  1. 使用C++的Node.js计算数据表数组公式|Documentation

    如何使用Aspose.Cells库对Microsoft Excel中的数据表数组公式进行计算。加载或创建Excel文件,计算数组公式,然后保存修改后的文件。...请正常使用 Workbook.calculateFormula() 以计算任何类型的公式。...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  2. 通过Node.js和C++管理分页符|Documentation

    本文提供示例代码,并说明如何以编程方式在Excel工作表中添加、清除或删除特定的分页符,使用Aspose.Cells for Node.js via C++。...提供了一个代表 Excel 文件的 Workbook 类。 Workbook 类包含一个 Workbook.getWorksheets()...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pa...
  3. Add Image Hyperlinks with C++|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for C++ API....Instantiate a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-image-hyperlinks/
  4. 从Web地址插入链接图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++从Web地址在工作表中插入链接图片。...Instantiate a new Workbook Workbook workbook ; // Insert a linked...com/Images/aspose-logo.jpg" ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-linked-pi...
  5. Export Excel to HTML with GridLines via Node.js...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for Node.js via C++....following sample code creates a workbook, fills its worksheet with...Create your workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/export-excel-t...
  6. Update ActiveX ComboBox Control with JavaScript...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for JavaScript via C++....Update ActiveX ComboBox in Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/update-act...
  7. Refresh and Calculate Pivot Table having Calcul...

    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....via C++ APIs and save the workbook in PDF format. The results..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/refresh-an...
  8. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....example shows how to: Create a workbook and add some data. Get the...Instantiate a Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  9. 用C++将工作簿转换为JSON|Documentation

    学习如何用Aspose.Cells for C++将Excel工作簿转换为JSON格式。...N,只需将 SaveFormat::Json 作为 Workbook::Save 方法的第二个参数传递。也可以使用 JsonSaveOptions...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  10. Get Paper Width and Height of Page Setup of Wor...

    Discover how to retrieve the Excel worksheet's page‑setup paper width and height using JavaScript via C++ programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/get-paper-...