Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 161,041 for

workbook

(0.08 sec)
  1. Get a column heading|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/get-a-column-heading/
  2. Convert POTX to XLTX via PHP or with free Onlin...

    PHP API to Convert POTX to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free POTX to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POTX to XLSB (Excel Binary Workbook) Convert POTX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  3. Excel to PDF: Text is cut and overflows in the ...

    Hi team, We are using Aspose Cells v 22.7 input - TURKIYE PETROL RAFINERILERI A.zip (12.0 KB) output - bundle_25dd31b4-ff3e-41e5-8353-7d2f1694c77b_08.12.2022.17.11.25.395.pdf.zip (100.9 KB) Using the following code t…...conversion"); Workbook workbook = new Workbook(excelInputStream);...WorksheetCollection worksheets = workbook.getWorksheets(); int workSheetCount...

    forum.aspose.com/t/excel-to-pdf-text-is-cut-and...
  4. Inserting dataframe in an excel sheet - Free Su...

    I’m using aspose-cells-python and want to insert a dataframe into an excel sheet. I am able to do it using xlwings, how can i replicate it in aspose cells python via .net. Here is the xlwing code snippet: wb = xw.Book(I…...License, Workbook, FileFormatType workbook = Workbook(INPATH +...first worksheet worksheet = workbook.worksheets[0] # Get the "A3"...

    forum.aspose.com/t/inserting-dataframe-in-an-ex...
  5. Convert XLSB to Byte Array via C# | products.as...

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

    products.aspose.com/cells/net/conversion/xlsb-t...
  6. getRecoverWorkbookFromChartCache | Aspose.Silde...

    getRecoverWorkbookFromChartCache getRecoverWorkbookFromChartCache() method If data source for the chart is an externa......for the chart is an external workbook and it’s not available, it...InvalidOperationExce Thrown when external workbook in unavailable and RecoverWorkbookFromC...

    reference.aspose.com/slides/php-java/aspose.sli...
  7. 创建并保存新工作簿|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.... Workbook newWorkbook = this . Application . Workbooks . Add...以下是Aspose.Cells的代码示例 Workbook newWorkbook = new Workbook (); Worksheet...

    docs.aspose.com/cells/zh/net/create-and-save-ne...
  8. Aspose::Cells::BorderCollection class | Aspose....

    Aspose::Cells::BorderCollection class. Encapsulates a collection of Border objects in C++....//Instantiating a Workbook object Workbook workbook ; //Adding a new...worksheet to the Excel object workbook . GetWorksheets (). Add ();...

    reference.aspose.com/cells/cpp/aspose.cells/bor...
  9. setRecoverWorkbookFromChartCache | Aspose.Silde...

    setRecoverWorkbookFromChartCache setRecoverWorkbookFromChartCache(boolean value) method If data source for the chart ......for the chart is an external workbook and it’s not available, it...InvalidOperationExce Thrown when external workbook in unavailable and RecoverWorkbookFromC...

    reference.aspose.com/slides/php-java/aspose.sli...
  10. Protect and lock XLSM document via .NET | produ...

    C# source code to lock XLSM file using password on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Instantiate Workbook class with path to XLSM file...Protect method Protect Workbook with Workbook.Protect method Save...

    products.aspose.com/cells/net/protect/xlsm/