Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 21,314 for

worksheet

(0.42 sec)
  1. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 Aspose.Cells for Node.js via C++ 将电子表格渲染为图片时设置默认字体。...setDefaultStyle ( s ); // Access first worksheet. const ws = wb . getWorksheets...ImageType . Png ); // Render worksheet image with Courier New as...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  2. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  3. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  4. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  5. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  6. Specify Maximum Rows of Shared Formula with C++...

    Learn how to specify the maximum rows of shared formula in Excel files using Aspose.Cells for C++....5 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/specify-maximum-rows-...
  7. 在图表中用Node.js通过C++设置图片作为背景填充|Documentation

    了解如何在Aspose.Cells for Node.js via C++中将图片设置为图表的背景填充。我们的指南将向您展示如何导入和定位图片、调整其大小和颜色,以及应用格式化选项来增强您的图表外观。...filePath ); // Get the first worksheet. let sheet = workbook . getWorksheets...( 0 ); // Set the name of worksheet sheet . setName ( "Data" );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-picture...
  8. Locking WordArt Watermark with Node.js via C++|...

    Learn how to lock WordArt watermarks in Aspose.Cells for Node.js via C++....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/nodejs-cpp/locking-wordar...
  9. Setting Pivot Table Option - For Empty Cells Sh...

    Learn how to set the "For empty cells show" option in pivot tables using Aspose.Cells with C++....inputFilePath ); // Get the first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/cpp/setting-pivot-table-o...
  10. 将每个工作表保存为不同的PDF文件使用Aspose.Cells|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 count of the worksheets in the workbook int sheetCount...sheets invisible except first worksheet for ( int i = 1 ; i < workbook...

    docs.aspose.com/cells/zh/java/save-each-workshe...