Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 27,074 for

excel worksheet

(0.23 sec)
  1. 页面设置 自适应页面设置|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....Accessing the first worksheet in the Excel file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  2. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...用C++将CSV、TSV和TXT转换为Excel Contents [ Hide ] 使用Aspose.Cells for...for C++,你可以将CSV文件转换为Excel、OpenOffice、PDF、JSON及其他许多格式。 打开 CSV 文件...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....Access the first worksheet const worksheet = workbook . getWorksheets...Access cells const cell1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  4. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each Worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...doing Image export for each worksheet as one page , here we want...exporting a worksheet to a TIF image with Aspose.Cells Worksheet.PageSetup...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  5. setOrientation(LANDSCAPE) Does Not Update Paper...

    Aspose.Cells Bug Report: setOrientation(LANDSCAPE) Does Not Update Paper Dimensions Summary When setting PageSetup.setOrientation(PageOrientationType.LANDSCAPE) on a Worksheet, the orientation flag is updated but the pap…...LANDSCAPE) on a worksheet, the orientation flag is updated...setOrientation(LANDSCAPE) on the worksheet: Orientation: 0 ← LANDSCAPE...

    forum.aspose.com/t/setorientation-landscape-doe...
  6. Extract Images from Worksheets using ImageOrPri...

    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....Ask AI Extract Images from Worksheets using ImageOrPrintOptions...Contents [ Hide ] Microsoft Excel users can add images to spreadsheets...

    docs.aspose.com/cells/python-net/extract-images...
  7. 用Node.js通过C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++保护Excel中的工作表,包括保护行、列和特定单元格。... 保护工作表 介绍 Microsoft Excel中的常规保护选项包括: 内容 对象 方案 受保护的工作表...,代表Microsoft Excel文件。 Workbook 类包含一个 getWorksheets() 集合,可以访问Excel文件中的每个工作表。工作表由...

    docs.aspose.com/cells/zh/nodejs-cpp/protecting-...
  8. Custom sorting in Pivot Table with C++|Document...

    Learn how to sort Pivot Tables on field values using Aspose.Cells with C++....code snippet loads the sample Excel file and adds three pivot tables...sample code: Source Excel File Output Excel File Output PDF File...

    docs.aspose.com/cells/cpp/custom-sorting-in-piv...
  9. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...用C++将Excel转换为图片 Contents [ Hide ] Aspose.Cells允许您从工作簿导出工作表并将...将工作簿转换为TIFF Excel文件可以包含多个工作表与多页内容。 WorkbookRender 允许你将Excel转换为多页TI...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  10. 用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...