Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 103,361 for

workbook

(0.1 sec)
  1. Retrieving SQL Connection Data with JavaScript ...

    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....JavaScript via C++ provides the Workbook.dataConnections property for...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/javascript-cpp/retrieving...
  2. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  3. Convert POT to XLTX via PHP or with free Online...

    PHP API to Convert POT to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free POT to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POT to XLSB (Excel Binary Workbook) Convert POT to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  4. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...
  5. Insert a Page Break in Excel using C#

    Insert a page break in Excel using C#. Get the IDE settings, a list of steps, and a sample code to set page break in Excel using C#....Load the Excel file into the Workbook class object for adding manual...collection Save the resultant workbook with a single manual page...

    kb.aspose.com/cells/net/insert-a-page-break-in-...
  6. Set Custom Height Width In ASpose.Cell - Free S...

    Hello Team, We are doing Image export for each worksheet as one page , here we can able to mange setting different pagesize like A4,legal,Letter etc… But not getting any option to set Custom Pagesize where user provide…...custom page size: Workbook workbook = new Workbook("your_file.xlsx");...xlsx"); Worksheet sheet = workbook.getWorksheets().get(0); // Get...

    forum.aspose.com/t/set-custom-height-width-in-a...
  7. 确定图表中存在的轴类型,使用Node.js通过C++|Documentation

    学习如何识别Aspose.Cells for Node.js via C++中创建的图表中存在的轴。我们的指南将帮助你识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...xlsx" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-w...
  8. Font becomes bold during Excel to PDF conversio...

    We just compared you shared “aspose_generated.pdf” and I shared “excel_saved_by_Excel_Save_as.pdf”. Please share a comparing screenshot of the two pdf files on your side. Please check the attachments: 3_files_comparing…...the Excel file Workbook workbook = new Workbook(inputFilePath);...characters }; // Save the workbook as PDF workbook.Save(outputFilePath...

    forum.aspose.com/t/font-becomes-bold-during-exc...
  9. 用C++确定图表中存在的轴|Documentation

    了解如何确定使用Aspose.Cells for C++创建的图表中存在的轴。我们的指南将帮助您理解如何识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...); // Create a workbook object Workbook workbook ( srcDir + u "source...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/determine-which-ax...
  10. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Instantiate a new Workbook. Workbook workbook ; // Get the first...book. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/managing-controls/