Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 105,283 for

workbook

(0.84 sec)
  1. Convert Excel to PDF to Word - Free Support For...

    Hi, is there a solution to convert Excel to Word directly? My input is Excel and the output must be a Word doc. I have tried with convert of Excel to PDF and from PDF to Word. By doing so, the converted Word containing t…... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/convert-excel-to-pdf-to-word...
  2. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....Create a Workbook. const wbk = new AsposeCells . Workbook (); //...setStyle ( style ); // Save the Workbook. wbk . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/merging-and-un...
  3. How to Format Number to Accounting|Documentation

    This article will introduce how to format number to accounting using Aspose.Cells for JavaScript via C++ API....Create or Open a Workbook : Create a new workbook or open an existing..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  4. Issues with Custom Colors - Free Support Forum ...

    Hi, We need to set the worksheet tab color using various custom colors. The worksheets are created from templates that contain smart markers. Each template’s worksheet tab is set to a specific custom color. Initially, …...to the last worksheet of my workbook. Any idea why I’m not getting...applied in the context of your workbook. Sometimes, copying worksheets...

    forum.aspose.com/t/issues-with-custom-colors/31...
  5. Aspose.Cells 8.6.3的公共API更改|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...., 0 , importOptions ); 新增 Workbook.CreateBuiltinStyle 方法 Aspose...Aspose.Cells for .NET 8.6.3已公开了Workbook.CreateBuiltinStyle方法,该方法可用于创建与Excel应用程序提供的...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. 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
  7. HyperText Markup Language Format - HTML|Documen...

    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....be used to save your Excel workbooks into HTML format. The exported...exported HTML workbooks are Microsoft Excel‑oriented; i.e., they...

    docs.aspose.com/cells/net/hypertext-markup-lang...
  8. 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-...
  9. 使用 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...
  10. Json|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....Cells supports converting a workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells API...

    docs.aspose.com/cells/net/convert-workbook-to-j...