Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 30,422 for

worksheet

(0.24 sec)
  1. Freeze Panes in Jython|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Applying...

    docs.aspose.com/cells/java/freeze-panes-in-jython/
  2. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel Worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  3. Lock cells value can't be edited but can be del...

    Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...GridJS When you protect a worksheet and set a cell’s Locked flag...cells as locked Protect the worksheet with the appropriate protection...

    forum.aspose.com/t/lock-cells-value-cant-be-edi...
  4. Set Default Font while rendering spreadsheet to...

    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....text in cell A4 of the first worksheet, and sets its font to an invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/net/set-default-font-whil...
  5. 更改图表位置和大小|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....xls" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/change-chart-posi...
  6. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  7. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....Ask AI Save Specified Worksheets to PDF Contents [ Hide ] By...via .NET saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/python-net/save-specified...
  8. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using C# codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/python-net/protect-and-un...
  9. 使用C++通过JavaScript将源范围的行高复制到目标范围|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....Workbook (); // Source worksheet (first worksheet) const srcSheet =...workbook . worksheets . get ( 0 ); // Add destination worksheet const...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ro...
  10. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/net/protect-and-unprotect/