Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 84,403 for

xls

(0.07 sec)
  1. Ինչպես փոխարկել Excel-ը XPS-ի C# .NET-ում

    Այս քայլ առ քայլ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել Excel-ը XPS-ի C#-ով: Այն վերափոխում է Excel-ը XPS-ի C#-ով առանց Microsoft Excel-ի և Interop-ի:...մուտքագրումը Excel (XLSX or XLS) ՝ XPS-ի փոխարկելու համար Պահպանեք...և քայլերը, դուք կարող եք նաև XLS-ը XPS-ի վերածել C# հավելվածներում...

    kb.aspose.com/hy/cells/net/how-to-convert-excel...
  2. 通过Node.js和C++显示与隐藏行列和滚动条|Documentation

    本文演示如何通过Node.js和C++编程控制Excel工作表的行和列的显示与隐藏。有效控制滚动条的显示,以及批量隐藏或显示多行多列。...xls" ); // Reading the Excel file...path . join ( dataDir , "output.xls" )); 在还原隐藏列时,如果需要恢复到之前设置的宽度或...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  3. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...xls" ; // Path of output excel file...outputFilePath = outDir + u "output.xls" ; // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  4. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...xls" ); // Get the file into the...out.xls" )); 从工作簿中提取OLE对象 以下示例显示了如何从工作簿中提取OLE对象。该示例从现有的XLS文件中...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  5. Verify Password of Encrypted Files|Documentation

    Verify the passord of encrypted Excel (Xlsx, Xlsb, Xls, Xlsm) and Open office (ODS) files using CShape codes....Hide ] If Excel (xlsx, xlsb, xls, xlsm) and Open office (ODS)...

    docs.aspose.com/cells/python-net/verify-passwor...
  6. 在工作表中插入和移除单元格批注|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" ; //Open the excel file. excelApp...string myPath = @"d:\test\Book1.xls" ; //Instantiate a new Workbook...

    docs.aspose.com/cells/zh/net/inserting-and-remo...
  7. 在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...data_dir + "Hide Rows And Columns.xls" ) puts "Hide Rows And Columns...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  8. Managing OLE Objects|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....existing XLS file and saves different files (DOC, XLS, PPT, PDF...

    docs.aspose.com/cells/python-net/managing-ole-o...
  9. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....xls" ; // Create workbook from the...outputFilePath = outDir + u "output.out.xls" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  10. Freeze Panes in 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 "Apply freeze panes settings...

    docs.aspose.com/cells/java/freeze-panes-in-ruby/