Output PDF and Excel cell spacing problems

Hi all..
I have a report and a model whose production should be both in PDF and Excel.

Lets say I have two tables put one under the other. (Table 1 and table 2 below it..)

Table 1 has 5 columns and table 2 to 30 columns.
In PDF format because it is difficult and ugly to display 30 columns, I made 6 (very small font) fonts

Output PDF seems fine. But, when I open the reort in excel... all dirty sound upward and ugly.
Width of column 1 of the table is very uneven. lI noted that table 1, table 2 coulmns width are the same...
For my requirement, they must have widths separated... Also... When I open the report in Excel, I always get in 6 font size which is ugly

I want the table1 column width and width of column 2 of the table in as separate Excel...

How to achieve them.

In the RTF model
Add this as the first statement

  

in the rtf template, you can add a conditional section for the different output format.




or



Add the size of font font size programmatic, rather than by using word

Tags: Business Intelligence

Similar Questions

  • Type of report for pdf and Excel

    I have the code to generate the report to pdf format.

    I want to let users to choose the type of report 'pdf' or 'excel '.

    I have need spend the selection of the user of the UI for < cfreport format = "PDF" or "Excel".

    Can you please tell how I can pass the user lsReportType to my cfReport report Type select it?

    Your information and help is much appreciated,

    Kind regards

    Iccsi

    < cfstoredproc procedure = "spGetReportType" >

    < name cfprocresult = resultset "rsReportType" = "1" >

    < / cfstoredproc >

    < cfreport format = "PDF" template = request "MyReport.cfr" = "#myQuery #" >

    < / cfreport >

    < td > < select width = "50" name = "lstReportType" id = "lstReportType" >

    < cfoutput query = "rsReportType" >

    < value = "" #rsReportType.ReportTypeID # the option ' < cfif (isDefined "(form." ReportTypeID') AND shape. ReportTypeID EQ rsReportType.ReportTypeID) > selected = "selected" < / cfif > > #rsReportType.ReportType # < / option >

    < / cfoutput >

    < / select > < table >

    Change format = "PDF" to format = "' #VariableName # ' where VariableName contains the text 'PDF' or 'Excel'."

  • LabVIEW 2011 and Excel 2010: backup problems

    Hi all! I am a student of mechanical Engineeringfthat very little uses this software. I present you the problem: for a question called biomechanics, my colleagues and I, we have developed a rheometer design, which is controlled by LabVIEW2011. Since we are still at the experimental stage, always has been simulated using labview: the whole experience. Yes, labview, at present, not only the orders of the engine through the fixed frequency, but also simulates the output (in the specific, the answer to the torsion of the cartilage, simulated with a second-order low-pass filter). All this was done by my colleague more experienced than me, and who today put the finish of the project in his perfectly for pc not in mine (we have the same version of labview, but a different version of the office). In practice, the program is very well (there is no 'Run' broken arrow) and the simulation with the creation of the sine graph (response of the cartilage) is done perfectly. Then, my colleague put labview to save data in a spreadsheet at the end of the simulation, asking the user where to put (the excel file must already exist, labview does not it). The excel file must contain a point cloud and two columns (one column represents the frequency, f, of motor control, the second represents the shear modulus G, which increases as the frequency increases and the graph represents the evolution of G based on f). As soon as I decide to save the data, excel opens, for an instant is displayed the diagram of dispersion and data in columns, but immediately after the chart disappears and remains only columns with data (so I have to make the graph "manually") and labview give me the following error:

    Error 2147023170 has occurred to the property node (arg 2) in NI_ReportGenerationToolkit.lvlib:Excel_Insert_Char

    VI-> NI_Excel.lvclass:Excel insert-> easy NI_ReportGenerationToolkit.lvlib:Excel Graph.vi--> SaveExcelFile.vi Graph.vi--> 2.0.vi Progetto

    This error code is not set. Undefined errors can occur for several reasons. For example, no one has provided a description for the code, or you could have wired a number which is not an admission of error code error code.

    In addition, undefined error codes can occur because the error concerns a third object, such as the operating system or ActiveX. For these mistakes of third parties, you may be able to get a description of the error in searching the Web for the (-2147023170) error code or its hexadecimal representation (0x800706BE).

    What can I do?
    Thank you. Concerning

    Different versions of Office is something that I would consider it carefully. Like trying to get the same version FIRST, unless you want to read the documentation for Microsoft Office Excel Developer between different versions of Excel.

  • SmartView 11.1.2 - planning and Excel formulas giving problems

    Hello

    I use Smartview 11.1.2 with HP 11.1.2 when I open a form online and I write in a cell
    = 10

    and because I wrote a different number such as 5, there still with = 10

    so, someone has problems with you start to use a formula in a cell, and after that I tried to replace it with a value?

    Thank you

    It would be probably fixed in a patch. You may have to contact the Oracle Support for more information.

    HTH-
    Jasmine.

  • PDF and Excel reports

    Hello world

    BPM from Oracle 11g, we can export Excel list of the tasks of the Inbox or from any other point of view of the workspace of bpm? If this is not the case, how can we make export to excel feature in the bpm workspace.

    Thank you!.

    There is no OOTB capability to do this, but you can do this using the API HWF.

    Dan Atwood

  • Unable to generate output to CSV (EXCEL)

    Hello

    XML Publisher report gives me an error when the preview Format is "EXCEL." When I keep the overview as 'PDF' Format, the simultaneous program runs successfully and the PDF output is getting generated. But for outputs to EXCEL, I get the following error:

    ----------------------------------------------------------------------------------------------------------------------
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Fix the error and then click the Refresh button, or try again later.

    The operation completed successfully. Error during processing of the resources ' http://erpap01:8010/OA_CGI/FNDWRR.exe?temp_id=1...

    < td valign = "top" class = "c7" > < class p = 'c8' > < span class = "c9" > 13 July 2009 13:15:57 </span >...
    ----------------------------------------------------------------------------------------------------------------------


    I use the data model for the data definition
    ----------------------------------------------------------------------------------------------------------------
    <? XML version = "1.0" encoding = "UTF-8"? >
    < name of dataTemplate = "EMPDT" description = "Employee Details" version = "1.0" >
    < Parameters >
    < parameter dataType = 'character' name = "p_DeptNo" > < / parameter >
    < / Parameter >
    < dataQuery >
    < SQLStatement instance name = "Q1" >
    <! [CDATA [SELECT EMPNO
    ENAME
    WORK
    BISHOP
    HIREDATE
    DEPTNO
    SAL
    COMM
    SCOTT. EMP
    WHERE deptno = NVL(:p_DeptNo,deptno)
    []] >
    < / sqlStatement >
    < / dataQuery >
    < dataStructure >
    < name of group = "G_EMP" dataType = "varchar2" source = "Q1" >
    < feature name = 'EMPNO' value = 'EMPNO' / >
    < element name = "ENAME" value = "ENAME" / >
    < element name = "JOB" value = "JOB" / >
    < element name = "MGR" value = "MGR" / >
    < element name = "HIREDATE" value = "HIREDATE" / >
    < element name = "DEPTNO" value = "DEPTNO" / >
    < element name = "SAL" value = "SAL" / >
    < element name = "COMM" value = "COMM" / >
    < / Group >
    < / dataStructure >
    < / dataTemplate >

    ----------------------------------------------------------------------------------------------------------------

    When I click diagnosis - XML view, copy the XML file and generate the report using Word plugin, I am able to generate output to PDF and EXCEL. But for some reason any, when I try to run the XML Publisher report using the simultaneous program, I am unable to generate output in EXCEL and I am getting the error as shown previously.

    When I click on the view model - overview, keeping the format overview like Excel, I get the following error:

    --------------------------------------------------------------------------------
    Exception detail
    java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor179.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
    at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2130)
    at sun.reflect.GeneratedMethodAccessor173.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
    at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:741)
    at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
    to _html._OA._jspService(_OA.java:85) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:95) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.xdo.parser.v2.XMLParseException: beginning of the element root waited.
    at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
    at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:319)
    at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
    -----------------------------------------------------------------------------------------------------------------------

    All entries would be appreciated

    Concerning
    David

    Maybe it's a browser problem? use another browser like Firefox

    Published by: ranalawa on July 14, 2009 14:21

  • I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I think same as Adobe Acrobat

    I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I even think that Adobe Acrobat Pro DC has limits. There is no way to set what points in columns to force the column break? Or create several columns that are unnecessary? How column in Excel, size fixed when import us text and define where breaks have columns of text?

    Google Tradutor para empresas:Google para appsTradutor sitesGlobal market Finder traducao Toolkit

    Acts traducao Instantaneasobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar comments

    PDF does not contain columns, lines, formats, styles or other aspects of word processing or spreadsheet file formats.

    This is because the PDF is decidedly not a file format of word processor or a spreadsheet or something 'like' one of these.

    (see ISO 32000 for what PDF "is")

    Which allows to optimize the export of the content of a page PDF is to start with that tag well formed PDF (ISO 14289-1, PDF/UA-1).

    Without that export is what it is and we performs the cleanup of any necessary content using the native application for the export of files (MS Word or Excel).

    Be well...

  • Problems with copy and paste cells in Excel 2011 bold (Mac) in Ai CS5

    I have a problem with the copy of cells containing text from Microsoft Excel for Mac 2011 and sticking them in Illustrator CS5. I selects the whole cells of Excel, open a blank document AI, and without anything selected so the format is retained, I paste the cells.

    The question arises with the copy resulting cells in artificial intelligence. The guy who was "BOLD" in Excel's "BOLD" in artificial intelligence... but not really. HERE pastes the text in bold, not bold, but then makes a copy of the same text, put a line on it, then that puts ordinary text, so it seems "BOLD". But now I have two copies of the same word, a regular and a related on it just above the other.

    This normally wouldn't be a problem, but I need to modify this info in here later - and there is a second problem. When I paste the text bold in Excel in artificial intelligence, the word that result is divided into individual blocks of text for each letter. Rather than keep the word in full as an editable text block, I now click on each letter to change.

    There is a catch 22 to these problems: these cells I copy to include bold and normal text and ordinary text pasted in here without any problems (even blocks of text are kept). Therefore, the bold text that is causing problems

    I have a feeling it has to do with how the individual cells are formatted in Excel, but I need to copy the data of many different cells made by several people, so I'm at a loss to know what to do. Help, please!

    I've included a screenshot of what happens with cells after I paste them in artificial intelligence. I moved the exposed '5' to the top, so you can see the '5' on a regular basis below.

    Screen Shot 2013-01-15 at 1.32.07 PM.png

    Can be as simple as the font you're using. MS products can be a fake fat, products Adobe don't like it.

    I am running Windows, use HAVE 5.1 and Excel 2010 however. I have no problems of collage of paintings and retention of the text in the form of text, "BOLD" attributes and everything.

    So try to use a font that is known for having a "BOLD" Variant or something stock applications such as Calibri. If Calibri works, it may be the police. Here again, don't know if the Mac has Calibri.

    Mike

  • Problem with convert to PDF from Excel without taking into account the layout and graphics/graphics

    I work with Excel files with graphics (clipart) and charts from the data on the worksheet. I use Excel 2007 and everything a year ago and a half downloaded the option "convert to PDF" on the Microsoft website. It has been working beautifully. In Excel, I've got a) set print area b) go to "adjust to a page" print preview can convert to PDF format and everything on the PDF page looked like exactly as it did in Excel print preview. It worked flawlessly...

    UNTIL...

    .. .the most recent "upgrades" have been installed. Now the menu reads, "Save as PDF or XPS" option and the PDF is a mess. Excel text comes out OK, but any graph or Excel charts will not resize itself, and are completely out of the page. For example, a chart that is supposed to be in the lower right corner must be resized in Excel, placed in the center of the worksheet, on the text and using this approach, resize, save a PDF routine about 50 times, and you can finally wrong PDF resembling the Excel worksheet. Of course, the Excel spreadsheet is totally messed up because you have to move the chart in the spreadsheet and it's a mess, not to mention a waste of time.

    I uninstalled the Converter Microsoft PDF and XPS, and then downloaded and installed the PDF Converter (alone). No luck. It's always a mess. My business is at a standstill until I get this sorted. Help, please!

    KFG

    There is a fix for this.  It is described in a strange article entitled ' Description of the fix Excel 2007 package (Excel-x - none.msp, Graph-x - none.msp, Xlview-x - none.msp): August 25, 2009 "located here: http://support.microsoft.com/kb/973402/

    Before installing, my PDF and XPS exporting from Excel had too much size images.  Now exports are correct, just like before the Service Pack.

    Unlike article, my patch was dated 13/10/2009, rather than 19/08/2009.

    See you soon!
    BillVo

  • Problem with printing PDF and PDF Maker

    Hello

    We have problem with our professional DC from Adobe.

    The first problem: print with Adobe PDF Converter result to the message with 'Interactive Service, window of change '.

    The second problem that we have with the PDF Maker. We can perfectly create PDF files with the add-in in Word, Excel and PowerPoint.

    In Visio and Project after creating PDF to send us a message "the Adobe PDF printer is not installed on your computer...". »

    We have this problem on three different customers. All customers are fully patched with Microsoft and Adobe.

    The desktop Versions are 2010 32-bit on Windows 7 64 bit.

    Thanks in advance for your help.

    Hi avaa90380721 ,

    Try to do the following:

    1 - Hold down the Windows key and the R key on your keyboard, type services.msc in the Run dialog box and click on enter.

    2 - image search for interactive services detection, right-click on it and select Properties.

    3. set the startup type to manual.

    4 - click OK.

    Then, try to print to Adobe PDF and check if its working very well.

    Let us know the results.

    Thank you

    Shivam

  • When you use Adobe Acrobat Pro DC, how do I convert my PDF to Excel and have it include the header and footer from the original PDF? I can't get it on down to the Excel worksheet.

    When you use Adobe Acrobat Pro DC, how do I convert my PDF to Excel and have it include the header and footer from the original PDF? I can convert all information of an organization but the footer and header with no discharge in the excel worksheet.

    Hi trudyb54940538,

    Converting PDF file to sheet Excel spread, header & foot is not included.  I am able to reproduce the problem at my end.

    Thanks for reporting the issue.

    Kind regards
    Nicos

  • I have problems in terms of export of PDF to excel. For example 10.300,00 (ten thousand) becomes 10 300 (RTE).

    I have problems in terms of export of PDF to excel. For example 10.300,00 (ten thousand) becomes 10 300 (RTE).

    Hey nicolab9788524,

    Could if it you please let me know which version of Acrobat you are using.

    In Acrobat, when you save the PDF as the Excel spreadsheet, we... button "settings". "in the Save as dialog box.

    Here you can define how decimal symbols and thousands separators should appear.

    Let me know how it goes.

    Kind regards

    ~ Maxime

  • during the conversion of several Word and Excel docs in a combined PDF file random pages have blue background in the final PDF file.

    I have a user using Acrobat 10. It has been installed two weeks ago and had no problems at the start. Today, she said that when she tried to convert several word and excel docs by selecting and right-click on it to select convert/combine PDF format, pages randomly in the finished PDF file have a blue background. I did some research online and you can't find any information on this problem. Can anyone here shed some light on this subject and maybe point me in the direction of a solution? Any help is appreciated. Thank you!

    Hi Gilad,

    So something I didn't consider was that it could be a setting in office documents. The reason why I do not consider this was cause we tested several docs and had similar results each time. I returned and examined this possibility and found a setting in word that was causing this problem. Although the word doc showed no color page when opened in word, if I went to the "Page Layout"-> 'Color of Page', a shade of blue was chosen. By selecting "no color", then convert / combining documentation in PDF format, we have achieved the desired result. Thanks again for your response!

  • Out problems with the purpose of transparency on the PDF and JPG - CS4

    I have a problem, save PDF to a file that has a square of 100% black CMYK with blur effect and it has an effect of multiplication on a gray white/blue rectangle. I wanted a simulation of the simple, similar shade that I use sometimes with white gradient / black + multiply.

    But, as I saw it in many other versions of this ad, that I'm working on them objects of white or white/gray gradient (rectangles, text) simply disappear on the PDF output. Sometimes it disappears entirely, other they appear incomplete by the measurement of the object "multiplied" above him.

    I have this problem also sometimes in transparency the value multiply on back/white gradient in a light background.

    -Pixelate effects are set at 300 DPI

    -Document color setings are CMYK

    -All the black or white in this case are 100 %K or 0 %K on CMYK

    -Illustrator CS4

    Here's a curios thing: when a white game on CMYK not 0.0.0.0, but 1.1.1.1 the problem disappear! As it does if my black is 100.100.100.100.

    But, of course, I have my file to an output log and want to go to the right, with my 100% black for the record on the right.

    I tried:

    -All mentioned pixelation in Illustrator and then saving a PDF file

    -Export directly from Illustrator

    -Flatten the layers and save as PDF

    -Record in EPS (CS2) and then the distillation on PDF 6.0

    -Import of AI on Photoshop and then saving a JPG file - it worked, but I want a PDF file for a better quality of text

    Anyone?

    Try to turn on/off the preview overprinting mode > overview of overprinting in the illustrator file. The Illustrator file looks like the PDF file when you turn on preview overprinting? If this is the case, you will need to correct overprinting objects so that they will knock out.

  • Highlighting of problem (cut and paste) on Word and Excel 2003

    Provided with the Sony desktop, wireless mouse worked fine until recently.  Now jumps when I try to highlight - won't hold the first characher, pass to another or simply releases.  Can sometimes, very carefully, get it to hold the string I want to point out.  Problem occurs everywhere, but especially on Word 2003 and Excel 2003.  I can't understand anything in the settings that resolves this problem.

    Any ideas?

    Hello RouteRunner,

    Thank you for your message.  First, you use an optical mouse, or you have a mouse that has the ball in the background?
    If you have an optical mouse, make sure that you are on a non-reflecting surface so that light does not reflect causing nervous behavior.
    If you have a mouse with the ball in the background, you can unscrew the support on the bottom and clean the inside of the mouse.  Dust accumulation can cause a nervous behavior.
    If none of them seem to be problems you are, you can check the sensitivity of your mouse by following the instructions below:
    Click on 'Start' > click 'Control Panel' > double-click "Mouse" > on the pointer Options tab, you can select a slower speed of the mouse.
    You can also download/install new drivers for your mouse.
    Please let us know if it did or did not help to solve your problem.
    See you soon

    Engineer Jason Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for