Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 104,120 for

workbook

(0.11 sec)
  1. Hide or Unhide a Worksheet 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/hide-or-unhide-a-wor...
  2. Disable Compatibility Checker in Excel|Document...

    This article shows how to disable the compatibility checker through the Aspose.Cells for .NET API.... When you save a workbook in a previous version (Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/net/disable-compatibility...
  3. Aspose cells : Text hover - Free Support Forum ...

    Hi Team, I have a cell with large content, and the text is wrapped within the cell. However, when I hover over the cell, I’m unable to see the full content as a tooltip or hover preview. Can we achieve this functionalit…...import Workbook, HtmlSaveOptions # Load the workbook workbook = Workbook("your_file...Workbook("your_file.xlsx") # Create HtmlSaveOptions and set AddTooltipText...

    forum.aspose.com/t/aspose-cells-text-hover/314873
  4. Fit All Worksheet Columns on Single PDF Page wi...

    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....instance of Workbook const workbook = new AsposeCells . Workbook ( path...setAllColumnsInOnePa ( true ); // Save Workbook to PDF format by passing the...

    docs.aspose.com/cells/nodejs-cpp/fit-all-worksh...
  5. 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/
  6. How to Format Number to Percentage|Documentation

    This article will introduce how to format numbers to percentages using Aspose.Cells for JavaScript via C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  7. 用JavaScript通过C++自定义图表|Documentation

    学习如何在Aspose.Cells for Java脚本通过C++中自定义图表。我们的指南将向你展示如何修改图表布局、添加和格式化数据系列、调整轴以及应用各种格式选项,以提升图表的外观和易用性。..."text/javascript" > const { Workbook , SaveFormat , ChartType }...Instantiate a new Workbook const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  8. 使用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...
  9. 支持使用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...
  10. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....following sample code creates a workbook and also creates an unused...Startup (); // Create workbook Workbook wb ; // Create an unused...

    docs.aspose.com/cells/cpp/exclude-unused-styles...