Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 30,201 for

worksheet

(0.11 sec)
  1. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Worksheet. However, if multiple pages...Assuming curSheet is your Worksheet object final PageSetup pgSetup...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  2. Digitally Sign XLS File Online or using Android...

    Free online app for digital signature in XLS spreadsheet. Develop Android application to electronically sign XLS spreadsheets....add in collection Load the worksheet using Workbook Use setDig...setDigitalSignature(signatures) to sign the worksheet Finally save it Java Code...

    products.aspose.com/total/android-java/signatur...
  3. How to Filter Data in Excel Table using C#

    This topic shows how to filter data in Excel table using C# in WinForms .NET application without using MS Excel interop....Insert data to the first worksheet in the workbook Set AutoFilter...range of cells in the first worksheet. The C# code sets Excel auto...

    kb.aspose.com/cells/net/how-to-filter-data-in-e...
  4. 在保存为 PDF 时使用 C++ 通过 JavaScript 打印批注|Documentation

    学习如何在使用 C++ 通过 JavaScript 将 Excel 文档保存为 PDF 时打印批注。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . pageSetup . printComments = AsposeCells . PrintCommentsType...

    docs.aspose.com/cells/zh/javascript-cpp/print-c...
  5. 使用GridLines导出Excel到HTML via JavaScript。|Documen...

    学习如何使用Aspose.Cells for JavaScript via C++导出带有网格线的Excel文件到HTML格式。...Access first worksheet const ws = wb . worksheets . get ( 0 );...); // Fill worksheet with some integer values for ( let r = 0...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  6. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...xlsx"); Worksheet sourceSheet = sourceWorkbook.Worksheets[0]; //...xlsx"); Worksheet destSheet = destWorkbook.Worksheets[0]; // Create...

    forum.aspose.com/t/formula-text-containing-loca...
  7. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets, e.g., Numbers stored as Text, using Aspose.Cells for Python via .NET API....error‑checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet with Python.NET Analyzing...

    docs.aspose.com/cells/python-net/use-error-chec...
  8. 用JavaScript通过C++隐藏工作表中的零值显示|Documentation

    本文章将为您展示一段示例代码,说明如何通过C++的JavaScript库以编程方式隐藏Excel电子表格中的零值。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Get First worksheet of the workbook const sheet...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...
  9. Set DefaultFont property of PdfSaveOptions and ...

    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....The A1 cell (in the first worksheet) has a text set to “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  10. 通过C++和Node.js访问并修改链接Ole对象的显示标签|Documentation

    学习如何使用Aspose.Cells for Node.js via C++访问和修改链接Ole对象的显示标签。...filePath ); // Access first worksheet const ws = wb . getWorksheets...Workbook ( ms ); // Access first worksheet const wsFromStream = wbFromStream...

    docs.aspose.com/cells/zh/nodejs-cpp/access-and-...