Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 104,120 for

workbook

(0.52 sec)
  1. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with Golang via C++....Excel files (for example, a workbook that has many sheets, each...formulas, it is best to call Workbook::CalculateFormula() just before...

    docs.aspose.com/cells/go-cpp/render-one-pdf-pag...
  2. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...uploaded Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/extract-im...
  3. Apply Excel Theme with Node.js

    Follow this article to apply Excel theme with Node.js. It has the IDE settings, a list of steps, and a sample code to use Microsoft Excel themes with Node.js....create an Excel file using the Workbook class and get the style object...cell and save the resultant workbook These steps summarize the...

    kb.aspose.com/cells/nodejs/apply-excel-theme-wi...
  4. Using ActiveX Controls in Excel with Java

    This article guides for using ActiveX controls in Excel with Java. It has the IDE settings, steps, and a sample code to add combo box ActiveX control with Java....ActiveX controls Create a workbook and add a button to the shapes...of the target sheet in the workbook Add another ComboBox ActiveX...

    kb.aspose.com/cells/java/using-activex-controls...
  5. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....delete pivot tables Load the workbook Access the worksheet Access...Remove the pivot table Save the workbook The above steps have described...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...
  6. How to Format Number to Accounting|Documentation

    This article will introduce how to format number to accounting using Aspose.Cells for JavaScript via C++ API....Create or Open a Workbook : Create a new workbook or open an existing..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  7. Data in Non-Primitive Shape with JavaScript via...

    Learn how to access and manipulate non-primitive shapes in Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , Utils } = AsposeCells ;...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/data-in-no...
  8. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  9. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…...already been executed Workbook wb = new Workbook("Template.xlsx");...in a custom loop Workbook wb = new Workbook("Template.xlsx");...

    forum.aspose.com/t/horz-tag-in-excel/321144
  10. Apply Conditional Formatting in Worksheets|Docu...

    How to use Aspose.Cells library in JavaScript via C++ to apply conditional formatting in worksheets for better control over cell appearance...."text/javascript" > const { Workbook , SaveFormat , FormatConditionType...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/apply-cond...