Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 21,318 for

worksheet

(0.28 sec)
  1. 在单元格中添加HTML富文本的C++示例|Documentation

    学习如何通过 Aspose.Cells for C++ API在单元格中添加HTML富文本。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/adding-html-rich-t...
  2. 用C++设置图表系列的值格式代码|Documentation

    学习如何在Aspose.Cells for C++中设置图表系列的值格式代码。我们的指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,以便准确专业地呈现您的数据。...// Access first worksheet Worksheet worksheet = wb . GetWorksheets...Access first chart Chart ch = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/set-the-values-for...
  3. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...Cells中,每个 Worksheet 类都有一个 GetValidations() 属性,该属性表示一组...Create a worksheet and get the first worksheet Worksheet ExcelWorkSheet...

    docs.aspose.com/cells/zh/cpp/data-validation/
  4. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...startSheet(Worksheet) 方法。在创建或使用 LoadFilter 时,请从...xlsx" ), lOptions ); // Save worksheet to a single PDF page. const...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  5. Create and Embed an Excel Chart as an OLE Objec...

    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....Excel workbook containing the worksheet with the chart data. Get the...the chart from the Excel worksheet to the clipboard. Paste the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  6. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...ByteArrayInputStream(bytes)); Worksheet worksheet; int maxColumn = 0; int...maxRow = 0; try { Iterator<Worksheet> iterator = workbook.getWorksheets()...

    forum.aspose.com/t/excel/310744
  7. Convert the Smart Art to Group Shape with Node....

    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 first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/convert-the-sm...
  8. 在 Jython 中将工作表转换为 SVG|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....xls" ) # Convert each worksheet into svg format in a single...setOnePagePerSheet ( True ) # Convert each worksheet into svg format sheetCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  9. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/net/protect-and-unprotect/
  10. 创建图表|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...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/zh/net/create-charts/