Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 30,206 for

worksheet

(0.14 sec)
  1. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...behavior void StartSheet ( Worksheet & sheet ) override { // Custom...logic for loading specific worksheet } }; int main () { Aspose...

    docs.aspose.com/cells/zh/cpp/load-specific-work...
  2. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  3. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Add 10 in cell A1 and A2 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  4. How to Set Print Area|Documentation

    This article shows code explaining how to set the print area using the Aspose.Cells library.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/net/how-to-set-print-area/
  5. 图表渲染|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....first worksheet which is created by default Worksheet worksheet...Adding sample values to cells worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/go-cpp/chart-rendering/
  6. 通过C++的JavaScript实现工作表视图|Documentation

    本文将介绍如何使用JavaScript和JavaScript API与Excel工作簿和工作表的分页预览交互。包括拆分窗格、冻结窗格和缩放比例的操作。...worksheets 集合,允许访问Excel文件中的每个工作表。 一个工作表由 Worksheet 班表示。...班表示。 Worksheet 班提供了各种属性和方法,用于管理工作表。为了启用普通或页面分页预览模式,使用 Worksheet 班的...

    docs.aspose.com/cells/zh/javascript-cpp/workshe...
  7. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。...first worksheet. const worksheet = workbook . worksheets . get...sample values used in a chart worksheet . cells . get ( "A1" ). value...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  8. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++.... If you convert your worksheet into an image or you save...existing slicer. It converts the worksheet into an image by setting the...

    docs.aspose.com/cells/cpp/rendering-slicer/
  9. Export Print Area Range to HTML with C++|Docume...

    Learn how to export the print area range to HTML using Aspise.Cells for C++....page‑setup object of the worksheet. Later, use the HtmlSaveOptions...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/export-print-area-ran...
  10. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...the first worksheet in the book Worksheet worksheet = workbook...Set the tab color to red worksheet . SetTabColor ( Color :: Red...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...