Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 20,904 for

worksheet

(0.15 sec)
  1. 在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....getPng ()) #Get the first worksheet. sheet = book . getWorksheets...#Generate an image for the worksheet sr . toImage ( i , self ....

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. Json with Node.js via C++|Documentation

    Learn how to convert Excel Workbook to JSON using Aspose.Cells for Node.js via C++....additional settings for exporting worksheet to JSON. The following code...demonstrates exporting the active worksheet to JSON by using SaveFormat...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  3. 在 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....getPng ()) # Get the first worksheet . sheet = book . getWorksheets...Generate an image for the worksheet sr . toImage ( i , dataDir...

    docs.aspose.com/cells/zh/java/worksheet-to-imag...
  4. Create Signature Line in an Excel Workbook usin...

    This article describes how to create a Signature Line in an Excel Workbook using Node.js code with Aspose.Cells for Node.js via C++....Adds a Signature Line to the worksheet. workbook . getWorksheets...Add Signature line to the worksheet with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/create-signatu...
  5. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...currency format Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  6. 如何用C++向工作表添加/插入文本框|Documentation

    如何在Aspose.Cells中用C++向工作表添加/插入文本框。...Access first worksheet from the collection Worksheet sheet = workbook...// Add the TextBox to the worksheet sheet . GetTextBoxes (). Add...

    docs.aspose.com/cells/zh/cpp/add-text-box-to-wo...
  7. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。...); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  8. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...); // Access the worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  9. Convert Text to Columns using Aspose.Cells|Docu...

    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....provides this feature via Worksheet.Cells.TextToColumns() method...code explains the usage of Worksheet.Cells.TextToColumns() method...

    docs.aspose.com/cells/net/convert-text-to-colum...
  10. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for .NET API....to auto filter or validate worksheet data.Aspose.Cells fully supports...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/net/data-validation/