Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 105,138 for

workbook

(0.25 sec)
  1. 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
  2. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell using the Aspose.Cells for Node.js via C++ API....following sample code creates a workbook object and adds some text...

    docs.aspose.com/cells/nodejs-cpp/get-html5-stri...
  3. Refresh and Calculate Pivot Table having Calcul...

    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 APIs and save the workbook in PDF format. The results...

    docs.aspose.com/cells/net/refresh-and-calculate...
  4. 如何添加上方平均值条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 AboveAverage 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook from aspose.cells import Workbook , Worksheet...self , data_dir ): book = Workbook () sheet1 = book . worksheets...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  5. Iterate Rows and Columns|Documentation

    Learn how to iterate rows and columns through the Aspose.Cells for Java APIs....code is shown below: Java Workbook wb = WorkbookFactory . create...

    docs.aspose.com/cells/java/iterate-rows-and-col...
  6. Add PDF Bookmarks|Documentation

    Learn how to add PDF bookmarks with Aspose.Cells for Python via .NET API....The code generates a simple workbook, specifies PDF bookmarks with...formulas, it is best to call Workbook.calculate_formula just before...

    docs.aspose.com/cells/python-net/add-pdf-bookma...
  7. Verify Password of Encrypted Files with Node.js...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open Office (ODS) files using Aspose.Cells for Node.js via C++....Author while Write Protecting Workbook with Node.js via C++ Analyzing...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  8. 迭代行和列|Documentation

    了解如何通过Aspose.Cells for Java API迭代行和列。... Java Workbook wb = WorkbookFactory . create...

    docs.aspose.com/cells/zh/java/iterate-rows-and-...
  9. 导出 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...
  10. Digitally Sign a VBA Code Project with Certific...

    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 with its Workbook.VbaProject.Sign() method....illustrates how to make use of the Workbook.VbaProject.Sign() method....

    docs.aspose.com/cells/java/digitally-sign-a-vba...