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

workbook

(0.18 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. 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-...
  4. Add Cells to Microsoft Excel Formula Watch Wind...

    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.... It then saves the workbook as the output Excel file ...the Formula Calculation of Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/java/add-cells-to-microso...
  5. 使用 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...
  6. 在表格或列表对象中自动传播公式,以便在输入新行数据时自动更新,使用 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-...
  7. 使用 Aspose.Cells 和 C++ 检查密码修改权限|Documentation

    使用 Aspose.Cells 和 C++ 检查提供的密码是否匹配“密码修改”...file with load options Workbook workbook ( inputFilePath , opts...password to modify bool ret = workbook . GetSettings (). GetWriteProtection...

    docs.aspose.com/cells/zh/cpp/check-password-to-...
  8. 用C++向Microsoft Excel公式监视窗口添加单元格|Documentation

    学习如何使用Aspose.Cells for C++在Excel中向公式监视窗口添加单元格。加载或创建一个Excel文件,操作单元格,设置公式,然后保存修改后的文件。...Startup (); // Create empty workbook Workbook wb ; // Access first worksheet...e1 . GetColumn ()); // Save workbook to output XLSX format wb ...

    docs.aspose.com/cells/zh/cpp/add-cells-to-micro...
  9. Ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node.js-ը: Այն պարունակում է շրջակա միջավայրը սահմանելու հրահանգներ, քայլերի ցանկ և գործարկվող կոդ՝ XLSX-ը PDF-ի փոխելու Node.js-ի միջոցով:...Ներբեռնեք XLSX ֆայլի նմուշը workbook դասի օբյեկտի մեջ Ստեղծեք PdfSaveOptions...ֆայլ ստեղծելու համար կանչեք Workbook դասի save() մեթոդը Այս քայլերն...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xl...
  10. 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...