Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 21,331 for

worksheet

(0.08 sec)
  1. 使用Node.js通过C++验证用来保护工作表的密码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++验证保护工作表的密码。...,它允许指定密码(字符串实例)并验证是否用该密码保护了 Worksheet 。 如果指定的密码与用于保护工作表的密码匹配,则 Protection...); // Access the protected Worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/verify-pass...
  2. 使用Node.js在C++中提取工作表中的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Excel工作表中提取图片并保存它们。...// Get the first worksheet const worksheet = workbook . getWorksheets...Picture in the first worksheet const pic = worksheet . getPictures ()...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ima...
  3. 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...
  4. 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...
  5. Calculate Formulas|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....methods of the Workbook , Worksheet and Cell classes. The Formula...without adding them into a worksheet. The values of the cells used...

    docs.aspose.com/cells/java/calculate-formulas/
  6. Create New Spreadsheet in xlsx4j|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 (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/java/create-new-spreadshe...
  7. Product Overview - Aspose.Cells for Android via...

    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....properties of Excel files Worksheet Features Display Options Hide...Hide or show a worksheet Show or hide tabs, scroll bars, gridlines...

    docs.aspose.com/cells/java/product-overview-asp...
  8. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with C++.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  9. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...value of cell B4 const cell = worksheet . getCells (). get ( "B4"...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  10. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。...inputFilePath ); // Create a Worksheets object with reference to...the first Worksheet from WorksheetCollection Worksheet sheet =...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...