Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 30,205 for

worksheet

(0.16 sec)
  1. Different Ways to Open Files with JavaScript vi...

    This article explains how to open an Excel file using Aspose.Cells for JavaScript via C++ API.... Worksheets count: ${ workbook1 . worksheets . count }...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/different-...
  2. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  3. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...Workbook (); // Get the first worksheet. const sheet = workbook ....Add an Ole object into the worksheet with the image // Shown in...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  4. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on.... Chart to Image Worksheet to Image Spreadsheet to PDF...physical printer Populate worksheets through Smart Markers Create...

    products.aspose.com/cells/java/
  5. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...Sheet 1 in Workbook const worksheet = workbook . getWorksheets...using its name const cell = worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  6. How to Format Number to Percentage|Documentation

    This article will introduce how to format number to percentage using Aspose.Cells for Python via .NET API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Percentage...

    docs.aspose.com/cells/python-net/how-to-format-...
  7. How and Where to Use Enumerators with C++|Docum...

    Learn How and Where to Use Enumerators through the Aspose.Cells for C++ API....traverse all cells in a given Worksheet to read their values. There...Cells collection of first worksheet Cells cells = book . GetWorksheets...

    docs.aspose.com/cells/cpp/how-and-where-to-use-...
  8. PDF|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....PdfBookmarkEntry for Chart Sheet Fit All Worksheet Columns on Single PDF Page...Render One PDF Page Per Excel Worksheet - Excel to PDF Conversion...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  9. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing workbook using the ImportData method its overwriting formula in the last column of first r…...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...second row and first column worksheet.Cells.ImportData(data, 1,...

    forum.aspose.com/t/importdata-method-overwritin...
  10. How to Format Number to Percentage|Documentation

    This article will introduce how to format number to percentage using Aspose.Cells for Node.js via C++ API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Percentage...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...