Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 102,520 for

workbook

(0.12 sec)
  1. 利用 C++ 和 Node.js 导出与 XML 映射关联的 XML 数据到 Excel 工作...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出工作簿中与 XML 映射关联的 XML 数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映...Instantiating a Workbook object. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/export-xml-...
  2. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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....VBA module to an instance of Workbook . The VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  4. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....sample code creates an empty workbook and then saves it as PDF after...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  5. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...# Load sample workbook workbook = ac . Workbook ( "input.xlsx"...first worksheet worksheet = workbook . worksheets [ 0 ] # Set print...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  6. Copy Ranges of Excel with C++|Documentation

    Learn how to copy ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/copy-ranges-of-excel/
  7. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Aspose.Cells for Python via .NET API....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/python-net/copying-and-mo...
  8. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a textbox within a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/replace-ta...
  9. 在工作簿之间复制工作表|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....between Workbook.xlsx" ; //Create a new Workbook. Workbook excelWorkbook0...excelWorkbook0 = new Workbook (); //Get the first worksheet in the...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  10. 使用 JavaScript 通过 C++ 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距,也学习如何通过 JavaScript API 通过 C++ 编程设置页面中心、页眉和页脚的边距。...提供了一个类 Workbook ,代表一个 Excel 文件。 Workbook 类包含 Workbook.worksheets..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/setting...