Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 104,120 for

workbook

(0.22 sec)
  1. Working with the Shadow Effect of Shape or Char...

    Learn how to work with the shadow effect of shapes or charts using Aspose.Cells for JavaScript via C++....property, and then saves the workbook to the output Excel file (..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  2. AutoFit Rows for Rendering with JavaScript via ...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for JavaScript via C++. Prevent text clipping in saved PDF files...."text/javascript" > const { Workbook , AutoFitterOptions , SaveFormat...Initialize workbook instance from uploaded file. const workbook = new...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  3. Render Office Add-Ins while converting Excel to...

    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 , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/render-off...
  4. Creating a Pie Chart with Leader Lines using C+...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will...instance of Workbook in XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...
  5. 使用JavaScript通过C++调整工作簿压缩级别|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++调整工作簿的压缩级别。..."text/javascript" > const { Workbook , SaveFormat , XlsbSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the selected...

    docs.aspose.com/cells/zh/javascript-cpp/adjust-...
  6. 在PHP中将Excel转换为PDF文件|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....new SaveFormat (); $workbook = new Workbook ( $dataDir . "Book1...the document in PDF format $workbook -> save ( $dataDir . "OutBook1...

    docs.aspose.com/cells/zh/java/converting-excel-...
  7. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  8. Render One PDF Page Per Excel Worksheet - Excel...

    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....Excel files (for example, a workbook that has many sheets, each...Initialize a new Workbook // Open an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/render-one-pdf...
  9. Update Power Query Formula Item with C++|Docume...

    Learn how to update Power Query Formula Items using Aspose.Cells for C++ to modify data source file locations in Excel files....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SamplePowerQueryForm...); DataMashup mashupData = workbook . GetDataMashup (); PowerQueryFormulaCol...

    docs.aspose.com/cells/cpp/update-power-query-fo...
  10. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/copy-cells-range-and-formatt...