Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 20,598 for

worksheet

(0.08 sec)
  1. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...ThreadedCommentColle threadedComments = worksheet . GetComments (). GetThreadedComments...

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  2. Evaluate Aspose.Cells|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....it always injects an extra worksheet with evaluation watermark...extra evaluation watermark worksheet to the workbook. Figure: Evaluation...

    docs.aspose.com/cells/reportingservices/evaluat...
  3. Specify Job or Document Name while printing wit...

    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....printing your workbook or worksheet using the WorkbookRender or...printing your workbook or worksheet Specify Job or Document Name...

    docs.aspose.com/cells/java/specify-job-or-docum...
  4. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using Node.js via C++....object // Access first worksheet const worksheet = workbook . getWorksheets...in cell A1 const cellA1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/using-formulat...
  5. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some text TextBox textbox = worksheet . GetShapes (). AddTextBox...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  6. 在PHP中向新Excel文件添加工作表|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....()); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...array ()); $worksheet_index = $ptr -> Call ( $worksheets , "Add_2"...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...
  7. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++...." ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...workbook ; // Clears the worksheets workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  8. 在Ruby中冻结窗格|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/zh/java/freeze-panes-in-r...
  9. 在Python中冻结窗格|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/zh/java/freeze-panes-in-p...
  10. Insert Background Image to Excel|Documentation

    How to insert background image to Excel using Aspose.Cells for Java....Contents [ Hide ] You can make a worksheet more appealing by adding a...a picture as a worksheet background. This feature can be quite...

    docs.aspose.com/cells/java/insert-background-im...