Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 193,651 for

aspose.cells

(0.29 sec)
  1. 在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....Hide ] Aspose.Cells - 将工作表转换为图像 使用Ruby中的Aspose.Cells for Jav...img_options = Rjb :: import ( 'com.aspose.cells.ImageOrPrintOptions' ) ...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. XLS data is changed after loading and saving ba...

    Hi Aspose team, I’m encountering an issue where data in an .xls file changes after I load and save it. For example, the number in a text box is 125 in the original file but becomes 145 after saving. To investigate furt…...loading and saving back Aspose.Cells Product Family cells-net...file are missing. I’m using Aspose.Cell version 25.6. Sample : test...

    forum.aspose.com/t/xls-data-is-changed-after-lo...
  3. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the C# API or .NET Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Headers Contents [ Hide ] Aspose.Cells supports hiding and showing...Visibility of the Gridlines Aspose.Cells provides a class, Workbook...

    docs.aspose.com/cells/net/show-and-hide-gridlin...
  4. How to Format Number to Percentage|Documentation

    This article will introduce how to Format Number to Percentageusing Aspose.cells for Python via .NET API....Number to Percentage in Aspose.Cells for Python via .NET Formatting...numbers to percentages in Aspose.Cells for Python via .NET is a...

    docs.aspose.com/cells/python-net/how-to-format-...
  5. 在 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....[ Hide ] Aspose.Cells - 隐藏或取消隐藏工作表 使用 Aspose.Cells Java for Jython...import Settings from com . aspose . cells import Workbook class HideUnhideWorksheet...

    docs.aspose.com/cells/zh/java/hide-unhide-works...
  6. 在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....Contents [ Hide ] Aspose.Cells - 保护工作表 要使用 Aspose.Cells Java for Ruby...workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) . new ( data_dir...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  7. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.cells for Node.js via C++ API....However, you can find it using Aspose.Cells using LookInType.OriginalValues...Microsoft Excel find options but Aspose.Cells can find it using LookInType...

    docs.aspose.com/cells/nodejs-cpp/search-data-us...
  8. Retrieving SQL Connection Data|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....Connection Data Contents [ Hide ] Aspose.Cells can help you retrieve SQL...option in Microsoft Excel Aspose.Cells provides the Workbook.getDataConnections()...

    docs.aspose.com/cells/java/retrieving-sql-conne...
  9. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install Aspose.cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from Aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...excel to html in python Aspose.Cells Product Family NehaPawar...Image conversion code – from aspose.cells import Workbook workbook...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use Aspose.cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Formulas & Calculating Results Aspose.Cells has an embedded formula...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/cpp/calculate-formulas/