Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 21,065 for

worksheet

(0.08 sec)
  1. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...); // Access first worksheet const worksheet = workbook . getWorksheets...AsposeCells . SheetRender ( worksheet , opts ); sr . toImage ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  2. Get HTML5 String from Cell with C++|Documentation

    Learn how to get HTML5 string from a cell using Aspose.Cells for C++ API....text in cell A1 of the first worksheet. It then gets the Normal HTML...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  3. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...
  4. Get Connection points from shape|Documentation

    This article shows how to Get Connection points from shape through the Aspose.Cells for Python via .NET API....Front or Back inside the Worksheet Finding Absolute Position...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/python-net/get-connection...
  5. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific Worksheets in a workbook using Aspose.Cells for Node.js via C++. Improve performance and reduce memory consumption....Load Specific Worksheets in a Workbook with Node.js via C++ Contents...workbook made up of many worksheets. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  6. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  7. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply advanced filter of microsoft excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....apply Advanced Filter on worksheet data to display records that...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  8. 使用 Node.js 通过 C++ 指定要在 Excel 文件中存储的有效数字|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 指定要在Excel文件中存储的有效数字。...(); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell A1 const c = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/specifying-...
  9. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  10. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel Worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....WordArt watermarks on the worksheet in a way that the WordArt...move and position on the worksheet. It is also possible to lock...

    docs.aspose.com/cells/cpp/locking-wordart-water...