Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 104,099 for

workbook

(0.23 sec)
  1. Convert POT to XLSB via PHP or with free Online...

    PHP API to Convert POT to XLSB or Online App without using Microsoft Office Powerpoint or Excel. Test free POT to XLSB online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...Convert POT to XLSX (Open XML Workbook) Convert POT to XLTM (Excel...

    products.aspose.com/total/php-java/conversion/p...
  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. Check Custom Number Format when Setting Style.C...

    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....or not then please set the Workbook.Settings.CheckCustomNumberFor...Since we have already set Workbook.Settings.CheckCustomNumberFor...

    docs.aspose.com/cells/java/check-custom-number-...
  4. 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...
  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. 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
  7. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...GetDataDir_AsposePdf_Excel (); var workbook = new Workbook (); // Creating a file...file through the file stream workbook . Open ( fstream ); // Accessing...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  8. Inserting, Deleting Rows and Columns|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains an Worksheets collection...

    docs.aspose.com/cells/cpp/inserting-deleting-ro...
  9. Convert Dates to Japanese Dates|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....Document Assistant Close Load the Workbook with Specific System Culture...

    docs.aspose.com/cells/net/convert-dates-to-japa...
  10. How to Add a Column in Excel using Python

    This quick guide covers how to add a column in Excel using Python. It explains the environment configuration, step-by-step process, and a runnable code snippet to add multiple columns in Excel using Python....input Excel file using the Workbook class and access the target...method Write the output Excel workbook with the added columns These...

    kb.aspose.com/cells/python/how-to-add-a-column-...