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

workbook

(0.18 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. 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...
  4. 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...
  5. 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...
  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. 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...
  8. 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...
  9. 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-...
  10. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Instantiate a workbook object and open the template file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-condit...