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

workbook

(0.07 sec)
  1. 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-...
  2. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...Instantiate a new Workbook Workbook workbook = new Workbook(); // Accessing...file Worksheet worksheet = workbook.Worksheets[0]; // Insert checkbox...

    forum.aspose.com/t/checkbox-on-excel/312207
  3. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....in Python Create or load a Workbook and access a cell from a particular...style of the cell and save the workbook These steps explain how to...

    kb.aspose.com/cells/python/apply-excel-color-th...
  4. Add Module in Excel VBA Library with Node.js

    Refer to this article to add module in Excel VBA library with Node.js. Get the IDE details, a list of steps, and a sample code to generate methods in the VBA code library with Node.js....Java to add VBA code Create a workbook and get a reference to the...the VbaProject in the Excel Workbook Get a reference to the newly...

    kb.aspose.com/cells/nodejs/add-module-in-excel-...
  5. How to Show Formulas in Excel using Node.js

    This article explains how to show formulas in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to show all formulas in Excel using Node.js....to calculate formulas in a workbook without using any third-party...display formulas Create a workbook , access a sheet, and set...

    kb.aspose.com/cells/nodejs/how-to-show-formulas...
  6. Converting Worksheet to Image in Aspose.Cells|D...

    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....Cells supports converting a workbook to multiple image files, one...new Workbook object //Open a template excel file Workbook book...

    docs.aspose.com/cells/net/converting-worksheet-...
  7. Create Sunburst Chart in Excel using Java

    Follow this article to create Sunburst chart in Excel using Java. It has a running sample code with built-in sample data along with the IDE settings and steps to create a Sunburst chart....Sunburst chart Load or create a Workbook having hierarchical data for...the output Sunburst chart Workbook on the disk This list of steps...

    kb.aspose.com/cells/java/create-sunburst-chart-...
  8. 使用 Aspose.Cells for Node.js via C++ 检查修改密码|Docu...

    学习如何使用 Aspose.Cells for Node.js via C++ 检查修改密码是否匹配。...options const workbook = new AsposeCells . Workbook ( path . join...Password to modify let ret = workbook . getSettings (). getWriteProtection...

    docs.aspose.com/cells/zh/nodejs-cpp/check-passw...
  9. 使用C++向工作表添加图标|Documentation

    学习如何使用 Aspose.Cells 和 C++ 向 Excel 工作表添加图标。... size ()); } Workbook workbook ( u "sample.xlsx" ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); sheet...

    docs.aspose.com/cells/zh/cpp/insert-svg-to-excel/
  10. 在表格或列表对象中自动传播公式,以便在输入新行数据时自动更新,使用 C++|Documenta...

    学习如何在表格或列表对象中自动传播公式,当输入新数据时,使用 Aspose.Cells for C++。...\\ " ); // Create workbook object Workbook book ; // Access first..."=[Column A] + 1" ); // Save the workbook in xlsx format book . Save...

    docs.aspose.com/cells/zh/cpp/propagate-formula-...