Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 20,582 for

worksheet

(0.18 sec)
  1. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....Separator = '\t' ; //Copy each worksheet data in text format inside...idx = 0 ; idx < workbook . Worksheets . Count ; idx ++) { //Save...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  2. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file....)); // Access first worksheet const worksheet = workbook . getWorksheets...as Yellow will become 120 worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  3. Setting Shared Formula with C++|Documentation

    Learn how to set shared formulas in Excel Worksheets using Aspose.Cells with C++....want to add a function in a worksheet that will perform calculations...Cells Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/cpp/setting-shared-formula/
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...Text with Shape inside the Worksheet with C++...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  5. 使用Node.js通过C++创建高低收盘(HLC)股票图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建高低收盘股票图表。我们的逐步指南将演示如何在图表中绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析和可视化。...Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-high...
  6. Cells Formats|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....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/java/cells-formatting/
  7. 在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....模块的 copy_worksheet 方法。下面是代码示例。 Ruby 代码 def copy_worksheet ( workbook...workbook ) # Create a Worksheets object with reference to the sheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  8. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document...MULTIPLE_WORKSHEETS . @property def section_mode...save document as a separate worksheets. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Save Specified Worksheets to PDF|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....Save Specified Worksheets to PDF Contents [ Hide ] By default...Aspose.Cells save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/net/save-specified-worksh...
  10. 在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....the first worksheet WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/zh/java/create-charts-in-...