Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 26,827 for

excel worksheet

(0.07 sec)
  1. 在Ruby中将文件转换为MHTML文件|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....rter模块的worksheet_to_mhtml()方法。 Ruby 代码 def worksheet_to_mhtml...Cells) GitHub 在Ruby中将HTML文件转换为Excel电子表格 在Ruby中将工作表转换为图像...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  2. Manage Chart Workbooks in Presentations Using С...

    Discover Aspose.Slides for С++: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....SaveFormat :: Pptx ); Manage Worksheets This C++ code demonstrates...IChartDataWorkbook.Worksheets property is used to access a worksheet collection:...

    docs.aspose.com/slides/cpp/chart-workbook/
  3. 通过JavaScript通过C++按名称访问文本框|Documentation

    学习如何从集合中通过名称访问Aspose.Cells for Java脚本中的文本框...Hide ] 按名称访问文本框 早先,可以通过索引访问 Worksheet.textBoxes 集合中的文本框,但现在也可以通...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  4. Add Custom XML Parts and Select Them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++....data stored inside Microsoft Excel documents and are used by applications...add them using the Microsoft Excel UI. However, you can add them...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  5. Convert XLSB to PPTX with .NET or with free Onl...

    Convert XLSB to PPTX on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSB to PPTX online converter quickly before integrating the code....via C# or Online App Export Excel ® XLSB to PPTX on .NET Framework...Programmatically : Use Cases XLSB (Excel Binary File Format) files are...

    products.aspose.com/total/net/conversion/xlsb-t...
  6. 在 PHP 中使用工作表名称移除工作表|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....Workbook object and opening an Excel file using its file path $workbook...)); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...

    docs.aspose.com/cells/zh/net/removing-worksheet...
  7. 在 Jython 中保存文件|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....an Workbook object with an Excel file path workbook = Workbook...out.xls" , fileFormatType . EXCEL_97_TO_2003 ) # Save in Excel2007...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  8. Draw a line shape with arrow icon - Free Suppor...

    alcLine.zip (13.0 KB)...Insert Pictures and Shapes of Excel files.|Documentation //Notice:...30); Shape shape = workbook.Worksheets[0].Shapes.AddFreeform(1,...

    forum.aspose.com/t/draw-a-line-shape-with-arrow...
  9. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印... worksheets . get ( 0 ); // Add Watermark...false ; // Saving the modified Excel file const outputData = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  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....//Create a new Workbook by excel file path Workbook wb = new.../data/workbook.xlsx" ); //Create a Worksheets object with reference to...

    docs.aspose.com/cells/zh/net/copy-worksheet/