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

workbook

(0.08 sec)
  1. Cut and Paste Range with C++|Documentation

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++...." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...1 , ShiftType :: Right ); workbook . Save ( outDir + u "CutAndPasteCells...

    docs.aspose.com/cells/cpp/cut-and-paste-cells/
  2. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...Create a Workbook object from a JSON file Workbook workbook ( u "sample...Save the file to xlsx format workbook . Save ( u "sample_out.xlsx"...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  3. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  4. 通过 C++ 在 Node.js 中更新 Power Query 公式项|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 文件中更新 Power Query 公式项的数据源。..."output" ); const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); const mashupData = workbook . getDataMashup (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/update-powe...
  5. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....into Workbook with the specified options Workbook workbook ( filePath...); // Save the workbook in XLSX format workbook . Save ( filePath...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  6. Pdf 通过 Node.js 结合 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 PDF。...只需使用 Workbook 类的 save(string, SaveFormat)...按以下步骤直接将Excel电子表格转换为PDF格式: 通过调用其空构造函数实例化 Workbook 类的对象。 您可以打开/加载现有模板文件,或者如果您是从头开始创建工作簿,则跳过此步骤。...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  7. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells API以编程方式检测Excel工作表的冻结状态。...Create the workbook from the specified file Workbook workbook ( u "Frozen...worksheet from the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-check-froze...
  8. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract topic data from Excel files using the Aspose.Cells for Python via .NET library....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/python-net/extract-theme-...
  9. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract topic data from Excel files using the Aspose.Cells library....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/net/extract-theme-data-fr...
  10. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....Instantiate a new Workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-change-the-com...