Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 105,349 for

workbook

(0.31 sec)
  1. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use Aspose.Cells for Python via .NET sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page...

    docs.aspose.com/cells/python-net/copy-page-setu...
  2. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell through the Aspose.Cells for Python via .NET API....following sample code creates a workbook object and adds some text...

    docs.aspose.com/cells/python-net/get-html5-stri...
  3. Resulting table borders are thicker than origin...

    Hello, I've attached a xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the docx file are different than the saved to pdf selected area. var xls1 = new …... var xls1 = new Workbook(“C:\11.xlsx”); var worksheet...achieve this, you may use the Workbook.Save method along with the...

    forum.aspose.com/t/resulting-table-borders-are-...
  4. Create Style object using CellsFactory class|Do...

    Learn how to create a cell style object using the CellsFactory class in Aspose.Cells for Node.js via C++. Customize the appearance of spreadsheet cells as needed....sets the default style of the workbook. Please download the output...

    docs.aspose.com/cells/nodejs-cpp/create-style-o...
  5. Excel v 95 to PDF - Free Support Forum - aspose...

    receive an error that the format is not supported...render PDF file from Excel workbooks, see the document for your...As “Microsoft Office Excel Workbook”. Now you can use Aspose.Cells...

    forum.aspose.com/t/excel-v-95-to-pdf/33297
  6. Hiding and Showing Rows and Columns|Documentation

    This article shows how to Hide and Show Rows and Columns by the Aspose.Cells for Python via .NET API....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/python-net/hiding-and-sho...
  7. How to Convert XML to CSV using Java

    This quick tutorial discusses how to convert XML to CSV using Java. It covers the environment configuration, stepwise algorithm, and a runnable code snippet to convert XML to CSV using Java....convert XML to CSV Initiate a Workbook class instance to load the...input XML document using the Workbook class. Subsequently, the save()...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  8. Hide the Gridlines in Excel with Python

    Hide the gridlines in Excel with Python by following this article. Get IDE details, programming steps, and a sample code to remove gridlines with Python....to remove gridline Create a Workbook and access a worksheet for...gridlines Save the resultant workbook after eliminating the lines...

    kb.aspose.com/cells/python/hide-the-gridlines-i...
  9. How to Convert Excel to SVG in C#

    In this short tutorial, you will learn how to convert Excel to SVG in C#. You only need to make a few API calls to control the rendering of Excel to vector graphics using C# on any operating system....convert Excel to SVG Create Workbook object to load the input Excel...Excel file is loaded using the Workbook class. Then SvgSaveOptions...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  10. Convert TXT to Excel in C#

    This article describes how to convert txt to Excel in C#. It has the IDE settings, algorithm steps and code snippet to perform text file to Excel conversion in C#....to an Excel file Initiate a Workbook class object to load the input...overload constructors of the Workbook class. Likewise, you can render...

    kb.aspose.com/cells/net/convert-txt-to-excel-in...