Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 102,530 for

workbook

(0.08 sec)
  1. 在 Jython 中将 Excel 转换为 Pdf|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/excel-to-pdf-conv...
  2. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook Workbook; bool isExcelDocumentLoaded = false; v…...with different LoadFormat Workbook LoadExcelDocument(FileStream...stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoade...

    forum.aspose.com/t/protected-sheet-without-pass...
  3. How to Password Protect an Excel File in C#

    This article explains how to password protect an Excel file in C#. It provides details to configure the environment, program flow and a runnable sample code to encrypt Excel file in C#....create an Excel file using the Workbook class object Set the required...encryption options for the loaded workbook using the SetEncryptionOptions()...

    kb.aspose.com/cells/net/how-to-password-protect...
  4. Zoom Factor in Ruby|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....Instantiating a Workbook object by Excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/zoom-factor-in-ruby/
  5. 使用 C++ 管理图表中的形状|Documentation

    学习如何使用 Aspose.Cells for C++ 添加控件和自定义 Microsoft Excel 中的图表。我们的指南将演示如何操作图表元素、调整格式以及提升图表的整体外观与易用性。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/controls-in-charts/
  6. 防止在使用 JavaScript 通过 C++ 将隐藏工作表内容导出为 HTML 时被导出|D...

    学习如何在使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 文件保存为 HTML 时防止导出隐藏工作表内容。...head > < body > < h1 > Save Workbook as HTML Without Hidden Worksheet..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/prevent...
  7. How to Set Category Axis with C++|Documentation

    Learn how to set the category axis in Aspose.Cells for C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....in sample code Create a new workbook. Create a new chart in the...the value axis and save the workbook to view the result. Sample...

    docs.aspose.com/cells/cpp/how-to-set-category-a...
  8. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....0f ); auto workBook = chart -> get_ChartData ()...-> get_Series () -> Add ( workBook -> GetCell ( 0 , 0 , 1 , ObjectExt...

    docs.aspose.com/slides/cpp/chart-series/
  9. 使用 Node.js 通过 C++ 结合 Node.js 与 C++ 实现 Node.js 结...

    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.... join ( dataDir , "workbook-to-tiff-with-mulitiple-pages...Load the workbook const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  10. 查找查询表和列表对象,它们与外部数据连接相关,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找查询表和列表对象,它们与外部数据连接相关。...); function printTables ( workbook , externalConnection ) { //...worksheets for ( let j = 0 ; j < workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/nodejs-cpp/find-query-...