Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 161,039 for

workbook

(0.07 sec)
  1. Aspose::Cells::Metadata::MetadataOptions class ...

    Aspose::Cells::Metadata::MetadataOptions class. Represents the options of loading metadata of the file in C++.... GetPassword() Represents Workbook file encryption password....U16String& value) Represents Workbook file encryption password....

    reference.aspose.com/cells/cpp/aspose.cells.met...
  2. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  3. get_Worksheets() | Aspose.Slides for C++ API Re...

    Gets a collection of worksheets....0f ); auto workbook = chart -> get_ChartData ()...( const auto & worksheet : workbook -> get_Worksheets ()) { System...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  4. Convert XLT to Byte Array via C# | products.asp...

    C# Sample code for XLT to Byte Array conversion. Use this code for Excel XLT to Byte Array conversion within VB.NET, Asp.NET or any .NET based application....Load input XLT File using Workbook Initialize MemoryStream object...C# Conversion Workbook workbook = new Workbook( "sourceFile.xlt"...

    products.aspose.com/cells/net/conversion/xlt-to...
  5. Convert TSV to Byte Array via C# | products.asp...

    C# Sample code for TSV to Byte Array conversion. Use this code for Excel TSV to Byte Array conversion within VB.NET, Asp.NET or any .NET based application....Load input TSV File using Workbook Initialize MemoryStream object...C# Conversion Workbook workbook = new Workbook( "sourceFile.tsv"...

    products.aspose.com/cells/net/conversion/tsv-to...
  6. Content of some cells not fully displayed withi...

    Hello, Some cells of the Numeric Format can cause the numeric values to be printed as series of hashtags (######) when exported to HTML. This is regressive to Aspose Cells version 21.3 - which shows the values correctly…...values correctly when the workbook is exported to HTML. This...erFormats.xlsx”; Workbook wb = new Workbook(xlFile); String html...

    forum.aspose.com/t/content-of-some-cells-not-fu...
  7. Aspose.Cells 8.3.0中的公共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.... C# var book = new Workbook ( "sample.xlsx" ); var settings...了工作簿文件。 C# var book = new Workbook ( "sample.xlsx" ); var settings...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Area - Aspose.Cells for PHP via Java - API Refe...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WebExtensionTaskPane WebQueryConnection Workbook WorkbookDesigner WorkbookMetadata...//Instantiating a Workbook object $workbook = new cells\Workbook(); //Adding...

    reference.aspose.com/cells/php/aspose.cells/Area
  9. ISBLANK calculating as true if referenced cell ...

    Hi Aspose Team, I am using aspose to take a Workbook and refresh it by calling Workbook.calculateFormula() then Workbook.refreshDynamicArrayFormulas(). i have run across this issue where if a formula that was calculated…...to take a workbook and refresh it by calling workbook.calculateFormula()...calculateFormula() then workbook.refreshDynamicArrayF(). i have run across...

    forum.aspose.com/t/isblank-calculating-as-true-...
  10. Python Flask Web server Hang at Aspose.Cells - ...

    Hello, I am developing Excel encryption with Aspose.Cells but hang occurred in Aspose.Cells library call. Weired thing is it works on Python console, but only not working in Web server condition. There is no any error…...import Workbook from asposecells.api import Workbook as eWorkbook...mode='w+') as output: wb = Workbook(write_only=True) ws = wb.create_sheet()...

    forum.aspose.com/t/python-flask-web-server-hang...