Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 82,029 for

workbook

(0.1 sec)
  1. Insert a Linked Picture from Web Address with N...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...Address) to B2 Cell. const pic = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-a-linke...
  2. 在工作簿内移动工作表|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 wb = new Workbook ( FileName ); //Create...reference to //the sheets of the Workbook. WorksheetCollection sheets...

    docs.aspose.com/cells/zh/net/move-worksheets-wi...
  3. Add WordArt Watermark to Worksheet with C++|Doc...

    Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  4. Finding Absolute Position of Shape inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for Node.js via C++....file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/nodejs-cpp/finding-absolu...
  5. 用 Node.js 在工作表中移动单元格范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移动工作表中的单元格范围。...the workbook object. Open the Excel file const workbook = new...AsposeCells . Workbook ( filePath ); const cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/move-range-...
  6. 通过Node.js使用C++自定义Ribbon XML|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义Excel中的Ribbon XML。...the workbook const workbook = new AsposeCells . Workbook ( filePath...com/office/2006/01/customui"></customUI>` ; workbook . setRibbonXml ( ribbonXml...

    docs.aspose.com/cells/zh/nodejs-cpp/customizing...
  7. Pivot Table Hide and Sort Data with C++|Documen...

    Learn how to hide and sort data in pivot tables using Aspose.Cells with C++...." ); // Load the workbook Workbook workbook ( srcDir + u "PivotTableHideAndSor...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-hide-and-...
  8. 通过 C++ 使用 Node.js 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化工作簿中的工作表单元格。自定义电子表格中数据的外观和样式。...const workbook = new AsposeCells . Workbook (); workbook . changePalette...( 155 , 204 , 255 ), 55 ); workbook . changePalette ( new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/format-work...
  9. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.RemoveUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...
  10. Json 通过 Node.js 与 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。你还可以使用...source workbook const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...