Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 102,714 for

workbook

(0.11 sec)
  1. How to convert excel to word using aspose.cells...

    I have a requirement to convert excel template to word. Then using Aspose.Word for JAVA I can merge all word templates (including the converted excel template) to PDF file.... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/how-to-convert-excel-to-word...
  2. ConverterXls2Doc Sample - Free Support Forum - ...

    Where is ConverterXls2Doc sample? I can’t find it... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/converterxls2doc-sample/175725
  3. Get Paper Width and Height of Page Setup of Wor...

    Discover how to retrieve the Excel worksheet's page‑setup paper width and height using JavaScript via C++ programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/get-paper-...
  4. 查找特定单词的出现次数|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...."List All Worksheets in a Workbook.xls" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/zh/net/find-specific-word...
  5. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....leave blank to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  6. 在xlsx4j中对数据进行排序|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( dataDir...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/sort-data-in-xlsx4j/
  7. 使用JavaScript通过C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++检查VBA代码数字签名的有效性。...Cells允许您使用 Workbook.isValidSigned() 属性检查VBA代码..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  8. Save as ODF 1.1, 1.2 and 1.3 with Node.js via C...

    Convert Excel to ODF 1.1, 1.2 and 1.3 specifications with Aspose.Cells for Node.js via C++....sample code below creates a workbook object, adds a value to cell...Create workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/save-ods-file-...
  9. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-validation/
  10. 添加二色比例和三色比例条件格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库添加条件格式,为两色比例和三色比例设置。通过调整这些条件,你可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...we'll create a new workbook } let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/adding-...