Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 103,887 for

workbook

(0.15 sec)
  1. 搜索

    搜索...文件 intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo....xlsx"))); // 另存為 HTML 文件 workbook->Save(outDir->StringAppend(new...

    blog.aspose.com/zh-hant/cells/convert-excel-to-...
  2. 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
  3. 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...
  4. 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-...
  5. 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...
  6. How to Convert HTML to JSON using Python

    This brief article covers how to convert HTML to JSON using Python. It discusses the environment configuration, stepwise program flow, and a running sample code to convert HTML to JSON using Python....Load the HTML file with the Workbook class and access the last...source HTML data using the Workbook class. Next, create a range...

    kb.aspose.com/cells/python/how-to-convert-html-...
  7. How to Convert HTML to JSON using C#

    This quick tutorial covers how to convert HTML to JSON using C#. It covers the system preparation, step-by-step algorithm, and a code snippet to convert HTML to JSON using C#....Get the HTML data using the Workbook class and get the last cell...the input HTML file with the Workbook class. Subsequently, create...

    kb.aspose.com/cells/net/how-to-convert-html-to-...
  8. 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...
  9. 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...
  10. How to Insert Comment in Excel using C#

    In this tutorial, you will learn how to insert comment in Excel using C#. The steps and code snippet demonstrates how to add comments or note in Excel using C#....Excel Create an object of Workbook class Access a Worksheet with...using C# . Load the input workbook as the first step and access...

    kb.aspose.com/cells/net/how-to-insert-comment-i...