Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 87,333 for

workbook

(0.05 sec)
  1. LoadOptions for GridWeb|Documentation

    This article introduces how to work with load options in GridWeb.... MapPath ( "~/workbook/chinesefile.csv" ); GridWeb1...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Working With Document Conversion in Jython|Aspo...

    Learn how to convert PDF documents to various formats using Jython with Aspose.PDF, enabling flexible document processing....Jython Convert PDF to Excel Workbook in Jython Convert PDF to SVG...

    docs.aspose.com/pdf/java/working-with-document-...
  3. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console...Main(string[] args) { Workbook wb = new Workbook(@"1.xlsx"); Console...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  4. Export Data from a PDF Form to Excel using C#

    Follow this article to export data from a PDF form to Excel using C#. It has details to set the IDE, a list of steps, and a sample code to export data from Adobe form to Excel using C#....the Workbook object using Aspose.Cells Save the workbook as an...Aspose.Cells.Workbook object and save the workbook as an XLSX file...

    kb.aspose.com/total/net/export-data-from-a-pdf-...
  5. How to Convert Excel to HTML in Node.js

    In this simple topic explanation is provided on how to convert Excel to HTML in Node.js. You can configure the generated HTML file using a number of properties before you export Excel to HTML in Node.js....converted to an HTML using the Workbook class instance Instantiate...it using an instance of the Workbook class and then configuring...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  6. Export Data from a PDF Form to Excel using Java

    Follow this article to export data from a PDF form to Excel using Java. It shares details for the IDE settings, a list of steps, and a sample code to extract fields from PDF to Excel using Java....then load the XML file into a Workbook for saving it as an XLSX file...loading the XML file Load the Workbook class object to load the XML...

    kb.aspose.com/total/java/export-data-from-a-pdf...
  7. How to Create Excel Pie Chart in C#

    This topic shows on how to create Excel Pie chart in C# in WinForms .NET or ASP.NET app without using MS Excel interop....Create a Workbook object to create a new Excel workbook Get the...the first worksheet in the workbook and add data to the worksheet...

    kb.aspose.com/cells/net/how-to-create-excel-pie...
  8. Insert a Page Break in Excel with Node.js

    Refer to this article to insert a page break in Excel with Node.js. Get IDE settings, a list of steps, and a sample code to add page break in Excel with Node.js....target spreadsheet into the Workbook class object Access the worksheet...page break Save the resultant workbook with manual page breaks These...

    kb.aspose.com/cells/nodejs/insert-a-page-break-...
  9. Getting Started|Documentation

    How to install Aspose Cells for C++ and create a Hello World application....Create an instance of the Workbook class. If you have a license...New Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/cpp/getting-started/
  10. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...// Load source Excel file Workbook wb ( srcDir + u "samplePd...bookmarkEntry ); // Save the workbook in Pdf format with given pdf...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...