Sort Score
Result 10 results
Languages All
Labels All
Results 5,911 - 5,920 of 106,558 for

workbook

(0.28 sec)
  1. Java API to Render PS to XLSM | products.aspose...

    Export PS to XLSM via Java API without using Microsoft Excel or Adobe Reader...Microsoft Excel Macro-Enabled Workbook (XLSM) files. This can be...Load XLSX document by using Workbook class Save the document to...

    products.aspose.com/total/java/conversion/ps-to...
  2. Java API to Render XPS to XLSM | products.aspos...

    Export XPS to XLSM via Java API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted XLSX...

    products.aspose.com/total/java/conversion/xps-t...
  3. 使用 JavaScript 通过 C++ 为 HTML 渲染的电子表格设置默认字体|Docum...

    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...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...() => { // Creating a new workbook and accessing first worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  4. Merge XLS Files Online or using .NET | products...

    Free online app to combine different XLS files. C# .NET merging library code to merge XLS worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/net/merge/xls/
  5. Convert POWERPOINT to XLS in Android Apps or wi...

    Convert POWERPOINT to XLS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free POWERPOINT to XLS online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  6. Convert POWERPOINT to EXCEL in Android Apps or ...

    Convert POWERPOINT to EXCEL in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free POWERPOINT to EXCEL online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  7. Freetrial版でexcelからpdfに変換するとオブジェクトがずれる - Free Su...

    ■内容 excelからpdfに変換するとオブジェクトがずれます。 なにかいい対策はありませんでしょうか? ■実際のファイル(excel,pdf) https://drive.google.com/drive/folders/1XfqnfPggnvPymE223VMUYVX-oyCOlynF?usp=drive_link ■ソース(Program.cs) using System; using System.IO; usi…...GetFileName(file)}"); var workbook = new Workbook(file); string outputFile...ChangeExtension(file, ".pdf"); // 出力ファイルに保存 workbook.Save(outputFile); logger.Info($"変換成功:...

    forum.aspose.com/t/freetrial-excel-pdf/312435
  8. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...

    docs.aspose.com/cells/go-cpp/specify-the-langua...
  9. Add Signature Line to the Worksheet|Documentation

    This article describes how to add a signature line to a worksheet using code with Aspose.Cells for Python via .NET....Signature Line in an Excel Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/python-net/add-signature-...
  10. Get Cells Range with Golang via C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...

    docs.aspose.com/cells/go-cpp/get-cells-range/