Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 82,034 for

workbook

(0.06 sec)
  1. 在工作簿内移动工作表|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...
  2. 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...
  3. 用 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-...
  4. 通过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...
  5. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换成JPEG或PNG等图片格式。本指南演示如何从Microsoft Excel导出图表并将其保存为独立图片以便进一步使用和处理。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-im...
  6. 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...
  7. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  8. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  9. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  10. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-data-using-...