Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 102,530 for

workbook

(0.12 sec)
  1. HTML to Excel Worksheets - Free Support Forum -...

    Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…... Workbook workbook = new Workbook(mainStream, loadOptions);...at(isMhtml)); Workbook workbook = new Workbook(inputStream, loadOptions);...

    forum.aspose.com/t/html-to-excel-worksheets/252535
  2. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .NET API...Excel Workbook First, you need to load the Excel workbook using...via .NET. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/python-net/how-to-rotate-...
  3. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  4. Rotating Cell Text|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....following steps: Create a workbook and get a worksheet. Add sample...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text/
  5. Specifying the Absolute Position of the Pivot I...

    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...."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/specifying...
  6. How to create a Gantt chart with JavaScript via...

    Learn how to create a Gantt chart with Aspose.Cells for JavaScript via C++ API.... Finally, it saves the workbook in XLSX format. The following..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-cre...
  7. 如何通过C++的JavaScript设置系列不可见|Documentation

    了解如何在Excel图表中使用Aspose.Cells for JavaScript通过C++设置系列不可见。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook object const workbook = new Workbook (); // Obtaining...

    docs.aspose.com/cells/javascript-cpp/create-piv...
  9. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++.... you can either convert a workbook with an existing pivot table...); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  10. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...