Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 102,518 for

workbook

(0.38 sec)
  1. 以自定义日期格式模式g和ge.mm.dd呈现|Documentation

    了解如何通过C++在Aspose.Cells for JavaScript中呈现自定义日期格式模式 g 和 ge ,以控制电子表格中的日期显示。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the selected...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  2. Aspose.Cells 8.5.1中的公共API更改|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.... 添加的 API 添加了Workbook.Dispose方法 Workbook对象现在实现了System.IDi...法。您可以直接调用Workbook.Dispose方法,或者在Using结构中创建一个Workbook对象来自动调用此方法。...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... This example creates a workbook, populates it with data and...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  4. Save Pivot Table in ODS file|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....this, you simply convert a workbook with an existing pivot table..."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...

    docs.aspose.com/cells/javascript-cpp/save-pivot...
  5. 在 Aspose.Cells 中显示或隐藏网格线|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....Microsoft Excel 文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,允许访问...Sheet3。所有工作表都有网格线。 Book1.xls: 修改前的工作表视图 使用 Workbook 类打开 Book1.xls 文件,并将第一个工作表上的网格线隐藏。...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  7. 使用JavaScript通过C++导出与XML映射相关联的XML数据|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript导出工作簿中的XML映射关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  8. 用JavaScript通过C++为工作表添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将WordArt作为背景水印添加到工作表中。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Otherwise create a new workbook. let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  9. Convert Spreadsheet to PDF using Aspose.Cells|D...

    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.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  10. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files &&...

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