Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 102,533 for

workbook

(0.08 sec)
  1. Convert Numbers File to PDF in Java

    This article guides on how to convert numbers file to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to transform numbers file to PDF in Java....source Excel file into the Workbook class object Save the output...source Excel file into the Workbook object, and create the PdfSaveOptions...

    kb.aspose.com/cells/java/convert-numbers-file-t...
  2. Convert PPSX to JSON Format in Android Apps | p...

    Convert PPSX to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  3. Create a Treemap in Excel using C#

    This article explains the process to create a Treemap in excel using C#. It has details to set the IDE, a list of steps, and a sample code to generate a Treemap chart in Excel....create a Treemap Create a workbook and add sample hierarchy data...position and save the resultant workbook as an XLSX file These steps...

    kb.aspose.com/cells/net/create-a-treemap-in-exc...
  4. Protect XLSX document Online with password and ...

    Online XLSX file password protection app. .NET C# API code to apply password protection on XLSX spreadsheets....NET Load XLSX file via Workbook class object Call SetEncryptionOptions...📊 .xlsx | Microsoft Excel Workbook (Modern) — Use Cases for Protection...

    products.aspose.com/total/net/protect/xlsx/
  5. Supported File Formats|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....0 – 2003 workbook. XLSX The Office Open XML...Excel binary workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  6. Convert Excel each row into separate PDF - Free...

    Hi Aspose Team, I am looking to generate a number of PDFs , where each pdf should contain the each row from the worksheet. Lets say, I have 10 row in a sheet, I am looking to generate 10 PDF , with each having its own …... Workbook wb = new Workbook(path + "Book1.xlsx");...worksheet.Cells.Rows) { Workbook wb1 = new Workbook(); Row row1 = row...

    forum.aspose.com/t/convert-excel-each-row-into-...
  7. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  8. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from Workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...looking to copy ranges from from workbook to another or from one worksheet...when copying ranges between workbooks or worksheets, especially...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  9. 图表渲染|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....); // Create a new workbook Workbook workbook ; // Get first worksheet...default Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/chart-rendering/
  10. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A‑compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save an Excel workbook to a PDF/A‑compliant (PDF/A‑1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...