Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 84,402 for

xls

(0.07 sec)
  1. 在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....xls' )); print "File saved successfully...

    docs.aspose.com/cells/zh/net/saving-files-in-php/
  2. 通过Node.js和C++显示与隐藏工作表和标签|Documentation

    本文提供了使用Node.js API或Node.js库以程序化方式显示和隐藏Excel工作表的示例代码。此外,还介绍了如何显示和隐藏Excel工作簿标签。...xls" ); // Creating a file stream...join ( dataDir , "output.out.xls" )); // Closing the file stream...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  3. xlsx4j中将电子表格转换为PDF|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....Cells - 将XLS转换为PDF PDF文档广泛用作在组织、政府部门和个人之间...Workbook ( dataDir + "workbook.xls" ); //Save the document in PDF...

    docs.aspose.com/cells/zh/java/convert-spreadshe...
  4. 在Python中进行分页预览|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" ) # Adding a new worksheet to...save ( self . dataDir + "output.xls" ) \# Print message print "Page...

    docs.aspose.com/cells/zh/java/page-break-previe...
  5. 在Ruby中的缩放因子|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' ) \ # Accessing the first worksheet.... save ( data_dir + "output.xls" ) puts "Set zoom factor, please...

    docs.aspose.com/cells/zh/java/zoom-factor-in-ruby/
  6. Removing Worksheets using Sheet Name in Jython|...

    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" ); # Instantiating a Workbook... save ( dataDir + "book.out.xls" ); # Closing the file stream...

    docs.aspose.com/cells/java/removing-worksheets-...
  7. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....xls" ; // Instantiating a Workbook...outputFilePath = outDir + u "output.out.xls" ; // Saving the modified Excel...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  8. 在Python中冻结窗格|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" ) # Accessing the first worksheet...( self . dataDir + "book.out.xls" ) # Print Message print "Panes...

    docs.aspose.com/cells/zh/java/freeze-panes-in-p...
  9. 在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....xls" ); //Adding a new worksheet...-> save ( $dataDir . "output.xls" ); 下载运行代码 从以下社交编码网站中下载 分页预览(Aspose...

    docs.aspose.com/cells/zh/java/page-break-previe...
  10. Calculate Sub Totals in xlsx4j|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" ); //Get the Cells collection...save ( dataDir + "AsposeTotal.xls" ); Download Running Code GitHub...

    docs.aspose.com/cells/java/calculate-sub-totals...