Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 103,392 for

workbook

(0.09 sec)
  1. Text gets mirrored when saving XLSX to PDF - Fr...

    Hi, please see the attached XLSX file. On the first sheet you find 4 arrows with a letter inside. Those letters get mirrored when saving to pdf. See the screenshots. XLSX: grafik.png (67,2 KB) PDF: grafik.png (68,1 …...NET example Workbook wb = new Workbook("input.xlsx"); //...PdfSaveOptions when calling Workbook.Save ? ebrunner February 18...

    forum.aspose.com/t/text-gets-mirrored-when-savi...
  2. How to Password Protect an Excel File in Python

    This brief article explains how to password protect an Excel file in Python. It covers the details to configure the system, program flow and a runnable code snippet to encrypt Excel file in Python....input Excel file with the Workbook class Set the required encryption...desired format. Code to Encrypt Workbook with Password in Python This...

    kb.aspose.com/cells/python/how-to-password-prot...
  3. 档案

    档案...Load Excel file Workbook book = new Workbook("Excel_Sheet.xlsx");...Excel file Workbook workbook = new Workbook("workbook.xlsx"); //...

    blog.aspose.com/zh/cells/convert-excel-to-jpg/
  4. 通过Node.js的C++检查VBA项目是否受保护并且锁定以供查看|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查Excel文件中的VBA项目是否受保护和被锁定以供查看。...xlsm" ); const workbook = new AsposeCells . Workbook ( filePath );...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  5. How to Add Image in Excel using Java

    In this tutorial, you will learn how to add image in Excel using Java. It contains detailed steps and runnable sample code to insert image in Excel using Java....this process while creating a workbook from scratch or for processing...processing an existing workbook. The details about any of these use...

    kb.aspose.com/cells/java/how-to-add-image-in-ex...
  6. How to Create Excel Chart in Java

    In this tutorial you will learn how to create Excel chart in Java by writing a simple code. Using these steps creating Excel chart in Java is easier on Windows, Linux and macOS etc....is very common to create a workbook programmatically and then...project Add a reference to Workbook , Worksheet , and other required...

    kb.aspose.com/cells/java/how-to-create-excel-ch...
  7. How to Change CSV to Excel in C++

    This tutorial will guide you how to change CSV to Excel in C++. It requires a few lines of code to convert a file from CSV to Excel in C++ using MS Windows or Linux operating system....the input CSV file into the Workbook class object that is to be...converted to Excel Save the loaded workbook as XLSX on the disk containing...

    kb.aspose.com/cells/cpp/how-to-change-csv-to-ex...
  8. How to Add a Column in Excel using Node.js

    This article guides on how to add a column in Excel using Node.js. It has the IDE details, a list of steps, and a runnable sample code to add multiple columns in Excel using Node.js....Java to add columns Load the workbook and access the cells collection...the target columns Save the workbook with new columns These steps...

    kb.aspose.com/cells/nodejs/how-to-add-a-column-...
  9. Create Transparent Image of Excel Worksheet wit...

    Generate transparent images of Excel worksheets using Aspose.Cells with C++....Create workbook object from source file Workbook workbook ( sourceDir...print options SheetRender sr ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-transparent-im...
  10. 在用 Python.NET 保存为HTML时禁用CSS|Documentation

    学习如何在使用 Aspose.Cells for Python via .NET API 将Excel文件保存为HTML格式时禁用CSS样式。...cells import Workbook , HtmlSaveOptions # For complete...Cells-for-.NET # Load sample workbook current_dir = os . path ....

    docs.aspose.com/cells/zh/python-net/disable-css...