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

worksheet

(0.14 sec)
  1. 通过Node.js和C++显示与隐藏网格线及行列标题|Documentation

    本文提供了使用Node.js API通过C++编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...工作表由 Worksheet 类表示。 Worksheet 类提供了丰富的属性和方法管理工作表。若要控制网格线的显示,请使用...的显示,请使用 Worksheet.isGridlinesVisible() 属性。 Worksheet.isGridlinesVisible()...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  2. 在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....(); //Get the first worksheet Worksheet sheet = book . getWorksheets...imgOptions ); //Print the worksheet sr . toPrinter ( "Samsung...

    docs.aspose.com/cells/zh/java/printing-workbook...
  3. Merge or Unmerge Range of Cells with Node.js vi...

    Merge and Unmerge Cells in a Range in Excel with Node.js via C++ code....Access the first worksheet const worksheet = workbook . getWorksheets...Create a range const range = worksheet . getCells (). createRange...

    docs.aspose.com/cells/nodejs-cpp/merge-or-unmer...
  4. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...xlsx" ); // Get worksheet collection reference WorksheetCollection...WorksheetCollection worksheets = excelWorkbook1 . GetWorksheets ();...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  5. 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...
  6. 用C++显示单元格范围作为数据标签|Documentation

    学习如何在图表中使用Aspose.Cells for C++将一个单元格范围作为数据标签。我们的指南将演示如何将标签与数据源绑定并进行格式化,从而在图表中提供准确而有意义的信息。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/showing-cell-range...
  7. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  8. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....Get the access of required Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xlt/
  9. How can I convert the entire Excel file into a ...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao 新規工事件名シート(1)_250702~260830 (23).zip (502.5 KB) How can I convert the entire Excel file into a single-page SVG without cutting off any content? Sample in z…...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; int firstRow...firstRow = 0; int lastRow = worksheet.Cells.MaxDisplayRange.RowCount...

    forum.aspose.com/t/how-can-i-convert-the-entire...
  10. Create a Pie Chart|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....are: Creating a workbook and worksheet. Adding sample data. Referencing...PieChart () { // Access a VSTO worksheet Microsoft . Office . Tools...

    docs.aspose.com/cells/net/create-a-pie-chart/