Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 82,065 for

workbook

(0.1 sec)
  1. 使用 Node.js 和 C++ 将 Excel 保存为标准或最小尺寸的 PDF|Docume...

    学习如何使用 Aspose.Cells for Node.js via C++ 以标准或最小尺寸将 Excel 文件保存为 PDF。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/zh/nodejs-cpp/save-excel-...
  2. Public API Changes in Aspose.Cells 9.0.0|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....an instance of Workbook var book = new Workbook (); // Get the...default Worksheet from the Workbook var sheet = book . Worksheets...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 在 Node.js via C++ 中查找工作表内元素的绝对位置|Documentation

    了解如何使用 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/zh/nodejs-cpp/finding-abs...
  4. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...replace . setRegexKey ( true ); workbook . replace ( "\\bKIM\\b" ,...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  5. 支持使用Node.js通过C++进行XAdES签名|Documentation

    这篇文章介绍了如何使用Node.js通过C++和Aspose.Cells支持XAdES签名。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dsCollection . add ( signature ); workbook . setDigitalSignature ( dsCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  6. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...:: Yellow ()); // Create a workbook and set its default style...using the created Style object Workbook wb ; wb . SetDefaultStyle...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  7. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...worksheet IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/java/chart-data-label/
  8. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...worksheet IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/androidjava/chart-data-l...
  9. 使用C++管理Excel图表的数据标签|Documentation

    学习如何使用Aspose.Cells for C++有效管理Excel图表中的数据标签。我们的全面指南涵盖了添加、删除和修改标签等各种管理任务,以增强图表的可读性和易用性。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/insert-datalabels-...
  10. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/