Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 99,948 for

workbook

(0.21 sec)
  1. Add Icons to Worksheet with C++|Documentation

    Learn how to add icons to Excel worksheets using Aspose.Cells with C++.... size ()); } Workbook workbook ( u "sample.xlsx" ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); sheet...

    docs.aspose.com/cells/cpp/insert-svg-to-excel/
  2. 通过C++在Node.js中创建动态图表|Documentation

    学习如何在Aspose.Cells for Node.js via C++中创建动态图表。此指南将向您展示如何根据需求动态更新图表数据、系列和格式,从而在工作表中以视觉方式展示变化的数据。...为了让演示更简便易懂,我们将从零开始创建 Workbook ,并按照下面的步骤逐步进行。 创建一个空的 Workbook 。 访问第 Worksheet...Worksheet 中第 Cells 的 Workbook 。 向单元格插入一些数据。 根据插入的数据创建 ListObject...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  3. Converting Worksheet to Image and Worksheet to ...

    Learn how to convert a worksheet to an image file and a worksheet with multiple pages to an image file per page using Aspose.Cells with C++....Cells supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Setup Project...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  4. Open Text Files as Workbooks|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....Ask AI Open Text Files as Workbooks Contents [ Hide ] Below are...file as workbooks: VSTO this . Application . Workbooks . OpenText...

    docs.aspose.com/cells/net/open-text-files-as-wo...
  5. Change the Absolute Path of External Link Data ...

    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....file, then please use the Workbook.AbsolutePath property. Initially...path. Then it changes the Workbook.AbsolutePath property to a...

    docs.aspose.com/cells/net/change-the-absolute-p...
  6. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Export Single Sheet Workbook to HTML When a workbook with multiple...behavior is required for a workbook with a single worksheet when...

    docs.aspose.com/cells/go-cpp/export-worksheet-c...
  7. 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...
  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. How to Create Excel File using C++

    In this tutorial, we will learn how to create Excel file using C++. You can create new Workbook and insert data into the cells on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate a blank Excel workbook Insert sample values into the cells...

    kb.aspose.com/cells/cpp/how-to-create-excel-fil...
  10. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....namespace Create instance of Workbook object to load Excel file...the formula for Workbook Save the output workbook with formula to...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...