Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 87,181 for

workbook

(0.11 sec)
  1. 使用Python.NET在保存为PDF时对特定Unicode字符更改字体|Documentation

    学习如何在使用Aspose.Cells for Python via .NET进行PDF转换时对特定Unicode字符修改字体。确保字符级字体替换的精确文本渲染。...** 实现步骤** 要启用字符级字体替换: 创建一个 Workbook 对象 使用 Worksheet.cells 属性访问工作表单元格...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/zh/python-net/change-the-...
  2. 在 Jython 中管理文档属性|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 class ManagingDocumentProp...ManagingDocumentProp / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/managing-document...
  3. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  4. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how to calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples....sample excel file and calls the workbook.calculate_formula() method...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/python-net/calculation-of...
  5. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...Startup (); // Create a Workbook Workbook workbook ( u "range_autofill...Cells Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  6. 如何用C++管理日期和时间|Documentation

    学习如何通过Aspose.Cells for C++ API管理日期和时间。...要在工作簿中使用此日期系统,请设置 Workbook::GetSettings()->SetDate1904(true)...Cells :: Startup (); Workbook workbook ; workbook . GetSettings ()...

    docs.aspose.com/cells/zh/cpp/how-to-manage-date...
  7. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...// Create workbook from input file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  8. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  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....new Workbook by excel file path Workbook wb = new Workbook ( "..."../../data/workbook.xlsx" ); //Create a Worksheets object with...

    docs.aspose.com/cells/zh/net/copy-worksheet/
  10. Export Data from Worksheets|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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/java/export-data-from-wor...